Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
com.atlassian.bamboo.specs.api.model.plan.dependencies |
Plan dependencies (so that build of one plan may trigger builds of another plans).
|
Modifier and Type | Method and Description |
---|---|
static DependenciesConfiguration.DependencyBlockingStrategy |
DependenciesConfiguration.DependencyBlockingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependenciesConfiguration.DependencyBlockingStrategy[] |
DependenciesConfiguration.DependencyBlockingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DependenciesConfiguration |
DependenciesConfiguration.blockingStrategy(DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
Selects dependency blocking strategy.
|
Modifier and Type | Method and Description |
---|---|
DependenciesConfiguration.DependencyBlockingStrategy |
DependenciesConfigurationProperties.getBlockingStrategy() |
Constructor and Description |
---|
DependenciesConfigurationProperties(boolean enabledForBranches,
boolean requireAllStagesPassing,
DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.