Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds.ConcurrentBuildsStrategy
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan.configuration that return ConcurrentBuilds.ConcurrentBuildsStrategyModifier 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.Methods in com.atlassian.bamboo.specs.api.builders.plan.configuration with parameters of type ConcurrentBuilds.ConcurrentBuildsStrategyModifier 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
Methods in com.atlassian.bamboo.specs.api.model.plan.configuration that return ConcurrentBuilds.ConcurrentBuildsStrategyConstructors in com.atlassian.bamboo.specs.api.model.plan.configuration with parameters of type ConcurrentBuilds.ConcurrentBuildsStrategyModifierConstructorDescriptionConcurrentBuildsProperties(boolean useSystemWideDefault, int maximumNumberOfConcurrentBuilds, ConcurrentBuilds.ConcurrentBuildsStrategy concurrentBuildsStrategy)