Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
Package
Description
Plan dependencies (so that build of one plan may trigger builds of another plans).
-
Uses of DependenciesConfiguration in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Modifier and TypeMethodDescriptionDependenciesConfiguration.blockingStrategy
(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) Selects dependency blocking strategy.DependenciesConfiguration.enabledForBranches
(boolean enabledForBranches) Enables/disables dependencies support for plan branches.DependenciesConfiguration.requireAllStagesPassing
(boolean requireAllStagesPassing) Controls whether it is required for all stages to be complete before triggering dependant plans.Modifier and TypeMethodDescription@NotNull Dependencies
Dependencies.configuration
(@NotNull DependenciesConfiguration dependenciesConfiguration) Sets dependencies configuration.@NotNull Dependencies
EmptyDependenciesList.configuration
(@NotNull DependenciesConfiguration dependenciesConfiguration) Deprecated.