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

java.lang.Object
  extended by com.atlassian.jira.plugin.report.impl.SubTasksEnabledCondition
All Implemented Interfaces:
EnabledCondition

public class SubTasksEnabledCondition
extends java.lang.Object
implements EnabledCondition

EnabledCondition that checks whether SubTasks are enabled 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
SubTasksEnabledCondition()
           
 
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

SubTasksEnabledCondition

public SubTasksEnabledCondition()
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-2010 Atlassian. All Rights Reserved.