Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy
Package
Description
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
-
Uses of ConcurrentBuilds.ConcurrentBuildsStrategy in com.atlassian.bamboo.specs.api.builders.plan.configuration
Modifier and TypeMethodDescriptionConcurrentBuilds.ConcurrentBuildsStrategy.getDefault()
Returns the enum constant of this class with the specified name.ConcurrentBuilds.ConcurrentBuildsStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConcurrentBuilds.concurrentBuildsStrategy
(ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildsStrategy) Specifies the strategy to use when the maximum number of concurrent builds is reached. -
Uses of ConcurrentBuilds.ConcurrentBuildsStrategy in com.atlassian.bamboo.specs.api.model.plan.configuration
ModifierConstructorDescriptionConcurrentBuildsProperties
(boolean useSystemWideDefault, int maximumNumberOfConcurrentBuilds, ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildsStrategy)