Enum Class PlanCreationService.EnablePlan

java.lang.Object
java.lang.Enum<PlanCreationService.EnablePlan>
com.atlassian.bamboo.build.creation.PlanCreationService.EnablePlan
All Implemented Interfaces:
Serializable, Comparable<PlanCreationService.EnablePlan>, Constable
Enclosing interface:
PlanCreationService

public static enum PlanCreationService.EnablePlan extends Enum<PlanCreationService.EnablePlan>
Enums for whether a plan, once created, will be enabled or disabled
  • Enum Constant Details

  • Method Details

    • values

      public static PlanCreationService.EnablePlan[] 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 PlanCreationService.EnablePlan 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
    • valueOf

      public static PlanCreationService.EnablePlan valueOf(boolean isPlanEnabled)
      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:
      isPlanEnabled - 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