com.atlassian.jira.plugin.report.impl
Class AllowUnassignedIssuesEnabledCondition
java.lang.Object
com.atlassian.jira.plugin.report.impl.AllowUnassignedIssuesEnabledCondition
- All Implemented Interfaces:
- EnabledCondition
public class AllowUnassignedIssuesEnabledCondition
- extends Object
- implements EnabledCondition
EnabledCondition that checks whether Issues are allowed to be Unassigned or not.
- 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 |
AllowUnassignedIssuesEnabledCondition
public AllowUnassignedIssuesEnabledCondition()
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.