Class SubTasksEnabledCondition
java.lang.Object
com.atlassian.jira.plugin.report.impl.SubTasksEnabledCondition
- All Implemented Interfaces:
EnabledCondition
EnabledCondition that checks whether SubTasks are enabled or not.
- Since:
- v6.3
-
Field Summary
Fields inherited from interface com.atlassian.configurable.EnabledCondition
TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether or not to display and use a property.
-
Constructor Details
-
SubTasksEnabledCondition
-
-
Method Details
-
isEnabled
public boolean isEnabled()Description copied from interface:EnabledConditionWhether or not to display and use a property.- Specified by:
isEnabledin interfaceEnabledCondition- Returns:
- true only if the property is enabled in the current context.
-