Uses of Enum Class
com.atlassian.bamboo.v2.build.trigger.DependencyBlockingStrategy
Packages that use DependencyBlockingStrategy
Package
Description
-
Uses of DependencyBlockingStrategy in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger that return DependencyBlockingStrategyModifier and TypeMethodDescriptionstatic @NotNull DependencyBlockingStrategyDependencyBlockingStrategy.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 DependencyBlockingStrategyDependencyBlockingStrategy.getByValue(String value) Get the strategy by value (essentially a key lookup for type of Strategy)static @NotNull DependencyBlockingStrategyDependencyBlockingStrategy.getStrategy(@NotNull ImmutablePlan plan) Get strategy for buildstatic DependencyBlockingStrategyReturns 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.Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type DependencyBlockingStrategyModifier and TypeMethodDescriptionstatic voidDependencyBlockingStrategy.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