|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyBlockingStrategy | |
---|---|
com.atlassian.bamboo.v2.build.trigger | |
com.atlassian.bamboo.ww2.actions.build.admin.config | |
com.atlassian.bamboo.ww2.actions.chains.admin |
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.v2.build.trigger |
---|
Methods in com.atlassian.bamboo.v2.build.trigger that return DependencyBlockingStrategy | |
---|---|
static DependencyBlockingStrategy |
DependencyBlockingStrategy.getByValue(java.lang.String value)
Get the strategy by value (essentially a key lookup for type of Strategy) |
static DependencyBlockingStrategy |
DependencyBlockingStrategy.getStrategy(Plan build)
Get strategy for build |
static DependencyBlockingStrategy |
DependencyBlockingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DependencyBlockingStrategy[] |
DependencyBlockingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type DependencyBlockingStrategy | |
---|---|
static void |
DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy,
Plan build)
Set strategy for build |
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.ww2.actions.build.admin.config |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type DependencyBlockingStrategy | |
---|---|
java.util.List<DependencyBlockingStrategy> |
ConfigureBuildDependencies.getDependencyBlockingStrategies()
|
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.ww2.actions.chains.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type DependencyBlockingStrategy | |
---|---|
java.util.List<DependencyBlockingStrategy> |
ConfigureChainDependencies.getDependencyBlockingStrategies()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |