Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
Modifier and Type | Method and Description |
---|---|
DependenciesConfiguration |
DependenciesConfiguration.blockingStrategy(DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
Selects dependency blocking strategy.
|
DependenciesConfiguration |
DependenciesConfiguration.enabledForBranches(boolean enabledForBranches)
Enables/disables dependencies support for plan branches.
|
DependenciesConfiguration |
DependenciesConfiguration.requireAllStagesPassing(boolean requireAllStagesPassing)
Controls whether it is required for all stages to be complete before triggering dependant plans.
|
Modifier and Type | Method and Description |
---|---|
Dependencies |
Dependencies.configuration(DependenciesConfiguration dependenciesConfiguration)
Sets dependencies configuration.
|
Dependencies |
EmptyDependenciesList.configuration(DependenciesConfiguration dependenciesConfiguration)
Deprecated.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.