Uses of Enum Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy
Packages that use DependenciesConfiguration.DependencyBlockingStrategy
Package
Description
Plan dependencies (so that build of one plan may trigger builds of another plans).
Plan dependencies (so that build of one plan may trigger builds of another plans).
-
Uses of DependenciesConfiguration.DependencyBlockingStrategy in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesConfiguration.DependencyBlockingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DependenciesConfiguration.DependencyBlockingStrategy.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.dependencies with parameters of type DependenciesConfiguration.DependencyBlockingStrategyModifier and TypeMethodDescriptionDependenciesConfiguration.blockingStrategy(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) Selects dependency blocking strategy. -
Uses of DependenciesConfiguration.DependencyBlockingStrategy in com.atlassian.bamboo.specs.api.model.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.model.plan.dependencies that return DependenciesConfiguration.DependencyBlockingStrategyConstructors in com.atlassian.bamboo.specs.api.model.plan.dependencies with parameters of type DependenciesConfiguration.DependencyBlockingStrategyModifierConstructorDescriptionDependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)