public class

SubTasksEnabledCondition

extends Object
implements EnabledCondition
java.lang.Object
   ↳ com.atlassian.jira.plugin.report.impl.SubTasksEnabledCondition

Class Overview

EnabledCondition that checks whether SubTasks are enabled or not.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.configurable.EnabledCondition
Public Constructors
SubTasksEnabledCondition(SubTaskManager subTaskManager)
Public Methods
boolean isEnabled()
Whether or not to display and use a property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.configurable.EnabledCondition

Public Constructors

public SubTasksEnabledCondition (SubTaskManager subTaskManager)

Public Methods

public boolean isEnabled ()

Whether or not to display and use a property.

Returns
  • true only if the property is enabled in the current context.