Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
Package
Description
Items stored in plan configuration, including (but not limited to) items from 'Miscellaneous' page.
-
Uses of ConcurrentBuilds in com.atlassian.bamboo.specs.api.builders.plan.configuration
Modifier and TypeMethodDescriptionConcurrentBuilds.blockTriggeringStrategy()
Specifies theConcurrentBuilds.ConcurrentBuildsStrategy.BLOCK_TRIGGERING
strategy to be used when the maximum number of concurrent builds is reached.ConcurrentBuilds.concurrentBuildsStrategy
(ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildsStrategy) Specifies the strategy to use when the maximum number of concurrent builds is reached.ConcurrentBuilds.maximumNumberOfConcurrentBuilds
(int maximumNumberOfConcurrentBuilds) Sets the maximum number of concurrent builds.ConcurrentBuilds.stopOldestBuildsStrategy()
Specifies theConcurrentBuilds.ConcurrentBuildsStrategy.STOP_OLDEST_BUILDS
strategy to be used when the maximum number of concurrent builds is reached.ConcurrentBuilds.useSystemWideDefault
(boolean useSystemWideDefault) Sets whether to use the system-wide default for concurrent builds.