Uses of Interface
com.atlassian.configurable.EnabledCondition
Packages that use EnabledCondition
Package
Description
-
Uses of EnabledCondition in com.atlassian.configurable
Fields in com.atlassian.configurable declared as EnabledConditionModifier and TypeFieldDescriptionstatic final EnabledConditionEnabledCondition.TRUEA condition that means always enabled. -
Uses of EnabledCondition in com.atlassian.jira.plugin.corereports.report.impl
Classes in com.atlassian.jira.plugin.corereports.report.impl that implement EnabledConditionModifier and TypeClassDescriptionclassComposite of the AllowUnassigned and SubTasks EnabledConditionsclassEnabledCondition that checks whether Issues are allowed to be Unassigned or not.classComposite AND of two EnabledConditions.Constructors in com.atlassian.jira.plugin.corereports.report.impl with parameters of type EnabledConditionModifierConstructorDescriptionAndEnabledCondition(EnabledCondition condition1, EnabledCondition condition2) -
Uses of EnabledCondition in com.atlassian.jira.plugin.report.impl
Classes in com.atlassian.jira.plugin.report.impl that implement EnabledConditionModifier and TypeClassDescriptionclassEnabledCondition that checks whether SubTasks are enabled or not.