Uses of Class
com.atlassian.bamboo.v2.build.trigger.DependencyBlockingStrategy

Packages that use DependencyBlockingStrategy
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.ww2.actions.chains.admin   
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
static DependencyBlockingStrategy DependencyBlockingStrategy.getByValue(java.lang.String value)
          Get the strategy by value (essentially a key lookup for type of Strategy)
static DependencyBlockingStrategy DependencyBlockingStrategy.getStrategy(ImmutablePlan plan)
          Get strategy for build
static DependencyBlockingStrategy DependencyBlockingStrategy.valueOf(java.lang.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
static void DependencyBlockingStrategy.setStrategy(DependencyBlockingStrategy strategy, Plan plan)
          Set strategy for build
 

Uses of DependencyBlockingStrategy in com.atlassian.bamboo.ww2.actions.chains.admin
 

Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return DependencyBlockingStrategy
 DependencyBlockingStrategy ViewChainConfiguration.getDependencyBlockingStrategy()
           
 

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
 java.util.List<DependencyBlockingStrategy> ConfigurePlanDependencies.getDependencyBlockingStrategies()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.