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
|
Method Summary |
boolean |
isEnabled()
Whether or not to display and use a property. |
TRUE
static final EnabledCondition TRUE
- A condition that means always enabled.
isEnabled
boolean isEnabled()
- Whether or not to display and use a property.
- Returns:
- true only if the property is enabled in the current context.
Copyright © 2002-2014 Atlassian. All Rights Reserved.