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
static EnabledCondition TRUE
          A condition that means always enabled.
 
Method Summary
 boolean isEnabled()
          Whether or not to display and use a property.
 

Field Detail

TRUE

static final EnabledCondition TRUE
A condition that means always enabled.

Method Detail

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.