Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesConfigurationModifier 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.Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies with parameters of type DependenciesConfigurationModifier and TypeMethodDescription@NotNull DependenciesDependencies.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration) Sets dependencies configuration.@NotNull DependenciesEmptyDependenciesList.configuration(@NotNull DependenciesConfiguration dependenciesConfiguration) Deprecated.