Uses of Enum Class
com.atlassian.bamboo.v2.build.trigger.DependencyBlockingStrategy
Package
Description
-
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.v2.build.trigger
Modifier and TypeMethodDescriptionstatic @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
Returns the enum constant of this class with the specified name.static DependencyBlockingStrategy[]
DependencyBlockingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
DependencyBlockingStrategy.setStrategy
(DependencyBlockingStrategy strategy, @NotNull Plan plan) Set strategy for build -
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.ww2.actions.plans.admin