com.atlassian.jira.plugin.report.impl
Class AllowUnassignedIssuesEnabledCondition

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.configurable.EnabledCondition
EnabledCondition.Factory
 
Field Summary
 
Fields inherited from interface com.atlassian.configurable.EnabledCondition
TRUE
 
Constructor Summary
AllowUnassignedIssuesEnabledCondition()
           
 
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
 

Constructor Detail

AllowUnassignedIssuesEnabledCondition

public AllowUnassignedIssuesEnabledCondition()
Method Detail

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.