Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan.configuration that return ConcurrentBuildsModifier and TypeMethodDescriptionConcurrentBuilds.blockTriggeringStrategy()Specifies theConcurrentBuilds.ConcurrentBuildsStrategy.BLOCK_TRIGGERINGstrategy 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_BUILDSstrategy 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.