| Package | Description |
|---|---|
| com.atlassian.bamboo.v2.build.trigger | |
| com.atlassian.bamboo.ww2.actions.plans.admin |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull DependencyBlockingStrategy |
DependencyBlockingStrategy.fromSpecsConstant(com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy exportConstant)
Converts the given Bamboo Specs constant to an instance of this enum.
|
static DependencyBlockingStrategy |
DependencyBlockingStrategy.getByValue(String value)
Get the strategy by value (essentially a key lookup for type of Strategy)
|
static @NotNull DependencyBlockingStrategy |
DependencyBlockingStrategy.getStrategy(@NotNull ImmutablePlan plan)
Get strategy for build
|
static DependencyBlockingStrategy |
DependencyBlockingStrategy.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy,
@NotNull Plan plan)
Set strategy for build
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyBlockingStrategy> |
ConfigurePlanDependencies.getDependencyBlockingStrategies() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.