Enum Class AgileDarkFeature

java.lang.Object
java.lang.Enum<AgileDarkFeature>
com.atlassian.greenhopper.features.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
  • Enum Constant Details

    • DISABLE_CREATE_PROJECT

      public static final AgileDarkFeature DISABLE_CREATE_PROJECT
      Feature flag for disabling possibility of project's creation during board's creation
    • PROJECT_CENTRIC_NAVIGATION

      public static final AgileDarkFeature PROJECT_CENTRIC_NAVIGATION
      Feature flag for displaying sidebar on the board’s view
    • GLOBAL_BOARD_NAVIGATION_DISABLED

      public static final AgileDarkFeature GLOBAL_BOARD_NAVIGATION_DISABLED
      Feature flag for disabling Global Board sidebar
    • REST_AWARE_SPRINT_FIELD

      public static final AgileDarkFeature REST_AWARE_SPRINT_FIELD
      Feature flag for enabling additional serializer for the 'sprint' field in REST API
    • DISABLE_OPTIMIZED_BOARDS_LOADING

      public static final AgileDarkFeature DISABLE_OPTIMIZED_BOARDS_LOADING
      Feature flag for enabling optimized query of projects on the board
    • SPLIT_ISSUE

      public static final AgileDarkFeature SPLIT_ISSUE
      Feature flag for enabling 'Split Issue' action
  • Method Details

    • values

      public static AgileDarkFeature[] 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

      public static AgileDarkFeature valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • featureKey

      public String featureKey()
      Specified by:
      featureKey in interface com.atlassian.jira.config.Feature