|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnabledCondition | |
---|---|
com.atlassian.configurable | |
com.atlassian.jira.plugin.report.impl |
Uses of EnabledCondition in com.atlassian.configurable |
---|
Fields in com.atlassian.configurable declared as EnabledCondition | |
---|---|
static EnabledCondition |
EnabledCondition.TRUE
A condition that means always enabled. |
Uses of EnabledCondition in com.atlassian.jira.plugin.report.impl |
---|
Classes in com.atlassian.jira.plugin.report.impl that implement EnabledCondition | |
---|---|
class |
AllowUnassignedAndSubTasksEnabledCondition
Composite of the AllowUnassigned and SubTasks EnabledConditions |
class |
AllowUnassignedIssuesEnabledCondition
EnabledCondition that checks whether Issues are allowed to be Unassigned or not. |
class |
AndEnabledCondition
Composite AND of two EnabledConditions. |
class |
SubTasksEnabledCondition
EnabledCondition that checks whether SubTasks are enabled or not. |
Constructors in com.atlassian.jira.plugin.report.impl with parameters of type EnabledCondition | |
---|---|
AndEnabledCondition(EnabledCondition condition1,
EnabledCondition condition2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |