Uses of Class
com.atlassian.bamboo.v2.build.trigger.DependencyBlockingStrategy
-
Packages that use DependencyBlockingStrategy Package Description com.atlassian.bamboo.v2.build.trigger com.atlassian.bamboo.ww2.actions.plans.admin -
-
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger that return DependencyBlockingStrategy Modifier and Type Method 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 buildstatic 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.Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type DependencyBlockingStrategy Modifier and Type Method Description static void
DependencyBlockingStrategy. setStrategy(DependencyBlockingStrategy strategy, @NotNull Plan plan)
Set strategy for build -
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.ww2.actions.plans.admin
Methods in com.atlassian.bamboo.ww2.actions.plans.admin that return types with arguments of type DependencyBlockingStrategy Modifier and Type Method Description List<DependencyBlockingStrategy>
ConfigurePlanDependencies. getDependencyBlockingStrategies()
-