Enum Class CardColorStrategy

java.lang.Object
java.lang.Enum<CardColorStrategy>
com.atlassian.greenhopper.model.rapid.CardColorStrategy
All Implemented Interfaces:
Serializable, Comparable<CardColorStrategy>, Constable

@ExperimentalApi public enum CardColorStrategy extends Enum<CardColorStrategy>
Represents the possible card color strategies which can be configured for a RapidView.
  • Enum Constant Details

  • Method Details

    • values

      public static CardColorStrategy[] 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 CardColorStrategy 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
    • lookup

      public static CardColorStrategy lookup(String id)
    • getId

      public String getId()