Class SubTasksEnabledCondition

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

public class SubTasksEnabledCondition extends Object implements EnabledCondition
EnabledCondition that checks whether SubTasks are enabled or not.
Since:
v6.3
  • Constructor Details

    • SubTasksEnabledCondition

      public SubTasksEnabledCondition(SubTaskManager subTaskManager)
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Description copied from interface: EnabledCondition
      Whether or not to display and use a property.
      Specified by:
      isEnabled in interface EnabledCondition
      Returns:
      true only if the property is enabled in the current context.