Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration
-
Packages that use DependenciesConfiguration Package Description com.atlassian.bamboo.specs.api.builders.plan.dependencies 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 DependenciesConfiguration Modifier and Type Method Description DependenciesConfigurationDependenciesConfiguration. blockingStrategy(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)Selects dependency blocking strategy.DependenciesConfigurationDependenciesConfiguration. enabledForBranches(boolean enabledForBranches)Enables/disables dependencies support for plan branches.DependenciesConfigurationDependenciesConfiguration. 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 DependenciesConfiguration Modifier and Type Method Description @NotNull DependenciesDependencies. configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)Sets dependencies configuration.@NotNull DependenciesEmptyDependenciesList. configuration(@NotNull DependenciesConfiguration dependenciesConfiguration)Deprecated.
-