Enum Class AgileDarkFeature
- All Implemented Interfaces:
com.atlassian.jira.config.Feature,Serializable,Comparable<AgileDarkFeature>,Constable
public enum AgileDarkFeature
extends Enum<AgileDarkFeature>
implements com.atlassian.jira.config.Feature
New Dark Features should be implemented in
SoftwareFeatureFlags-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFeature flag for disabling possibility of project's creation during board's creationFeature flag for enabling optimized query of projects on the boardFeature flag for disabling Global Board sidebarFeature flag for displaying sidebar on the board’s viewFeature flag for enabling additional serializer for the 'sprint' field in REST APIFeature flag for enabling 'Split Issue' action -
Method Summary
Modifier and TypeMethodDescriptionstatic AgileDarkFeatureReturns the enum constant of this class with the specified name.static AgileDarkFeature[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DISABLE_CREATE_PROJECT
Feature flag for disabling possibility of project's creation during board's creation -
PROJECT_CENTRIC_NAVIGATION
Feature flag for displaying sidebar on the board’s view -
GLOBAL_BOARD_NAVIGATION_DISABLED
Feature flag for disabling Global Board sidebar -
REST_AWARE_SPRINT_FIELD
Feature flag for enabling additional serializer for the 'sprint' field in REST API -
DISABLE_OPTIMIZED_BOARDS_LOADING
Feature flag for enabling optimized query of projects on the board -
SPLIT_ISSUE
Feature flag for enabling 'Split Issue' action
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
featureKey
- Specified by:
featureKeyin interfacecom.atlassian.jira.config.Feature
-