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 EnabledCondition
EnabledCondition.TRUE
A 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 TypeClassDescriptionclass
Composite of the AllowUnassigned and SubTasks EnabledConditionsclass
EnabledCondition that checks whether Issues are allowed to be Unassigned or not.class
Composite 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 TypeClassDescriptionclass
EnabledCondition that checks whether SubTasks are enabled or not.