com.atlassian.jira.plugin.report.impl
Class AndEnabledCondition
java.lang.Object
com.atlassian.jira.plugin.report.impl.AndEnabledCondition
- All Implemented Interfaces:
- EnabledCondition
- Direct Known Subclasses:
- AllowUnassignedAndSubTasksEnabledCondition
public class AndEnabledCondition
- extends Object
- implements EnabledCondition
Composite AND of two EnabledConditions.
- Since:
- v3.11
Method Summary |
boolean |
isEnabled()
Whether or not to display and use an ObjectConfigurationProperty for the given User . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndEnabledCondition
public AndEnabledCondition(EnabledCondition condition1,
EnabledCondition condition2)
isEnabled
public boolean isEnabled()
- Description copied from interface:
EnabledCondition
- Whether or not to display and use an ObjectConfigurationProperty for the given
User
.
- Specified by:
isEnabled
in interface EnabledCondition
- Returns:
- true only if the property is enabled in the current context.
Copyright © 2002-2012 Atlassian. All Rights Reserved.