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

    Fields
    Modifier and Type
    Field
    Description
    static final EnabledCondition
    A condition that means always enabled.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether or not to display and use a property.
  • Field Details

    • TRUE

      static final EnabledCondition 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.