Package com.atlassian.configurable
Interface EnabledCondition
- All Known Implementing Classes:
AllowUnassignedAndSubTasksEnabledCondition
,AllowUnassignedIssuesEnabledCondition
,AndEnabledCondition
,SubTasksEnabledCondition
@PublicSpi
public interface EnabledCondition
Determines whether a property should be displayed and configured. Can be used as a condition for a
ObjectConfigurationProperty
.- Since:
- v6.3
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EnabledCondition
A condition that means always enabled. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether or not to display and use a property.
-
Field Details
-
TRUE
A condition that means always enabled.
-
-
Method Details
-
isEnabled
boolean isEnabled()Whether or not to display and use a property.- Returns:
- true only if the property is enabled in the current context.
-