Uses of Class
com.atlassian.bamboo.specs.api.builders.plan.dependencies.DependenciesConfiguration.DependencyBlockingStrategy
-
Packages that use DependenciesConfiguration.DependencyBlockingStrategy Package Description com.atlassian.bamboo.specs.api.builders.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans).com.atlassian.bamboo.specs.api.model.plan.dependencies Plan dependencies (so that build of one plan may trigger builds of another plans). -
-
Uses of DependenciesConfiguration.DependencyBlockingStrategy in com.atlassian.bamboo.specs.api.builders.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies that return DependenciesConfiguration.DependencyBlockingStrategy Modifier and Type Method Description static DependenciesConfiguration.DependencyBlockingStrategyDependenciesConfiguration.DependencyBlockingStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DependenciesConfiguration.DependencyBlockingStrategy[]DependenciesConfiguration.DependencyBlockingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.specs.api.builders.plan.dependencies with parameters of type DependenciesConfiguration.DependencyBlockingStrategy Modifier and Type Method Description DependenciesConfigurationDependenciesConfiguration. blockingStrategy(@NotNull DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)Selects dependency blocking strategy. -
Uses of DependenciesConfiguration.DependencyBlockingStrategy in com.atlassian.bamboo.specs.api.model.plan.dependencies
Methods in com.atlassian.bamboo.specs.api.model.plan.dependencies that return DependenciesConfiguration.DependencyBlockingStrategy Modifier and Type Method Description DependenciesConfiguration.DependencyBlockingStrategyDependenciesConfigurationProperties. getBlockingStrategy()Constructors in com.atlassian.bamboo.specs.api.model.plan.dependencies with parameters of type DependenciesConfiguration.DependencyBlockingStrategy Constructor Description DependenciesConfigurationProperties(boolean enabledForBranches, boolean requireAllStagesPassing, DependenciesConfiguration.DependencyBlockingStrategy blockingStrategy)
-