Enum Class ConcurrentBuildExecutionStrategy

java.lang.Object
java.lang.Enum<ConcurrentBuildExecutionStrategy>
com.atlassian.bamboo.build.configuration.ConcurrentBuildExecutionStrategy
All Implemented Interfaces:
Serializable, Comparable<ConcurrentBuildExecutionStrategy>, Constable

public enum ConcurrentBuildExecutionStrategy extends Enum<ConcurrentBuildExecutionStrategy>
  • Enum Constant Details

  • Field Details

    • VALUES

      public static final List<String> VALUES
  • Method Details

    • values

      public static ConcurrentBuildExecutionStrategy[] 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 ConcurrentBuildExecutionStrategy 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
    • getValue

      public String getValue()
    • getYamlSpecsValue

      public String getYamlSpecsValue()
    • fromValue

      public static ConcurrentBuildExecutionStrategy fromValue(String value)
    • fromYaml

      public static ConcurrentBuildExecutionStrategy fromYaml(String value)
    • toYaml

      public static String toYaml(com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildExecutionStrategy)
    • fromSpecs

      public static ConcurrentBuildExecutionStrategy fromSpecs(com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildsStrategy)
    • toSpecs

      public static com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy toSpecs(ConcurrentBuildExecutionStrategy concurrentBuildExecutionStrategy)
    • toSpecs

      public static com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy toSpecs(String concurrentBuildExecutionStrategy)