Uses of Class
com.atlassian.bamboo.plan.branch.BranchSpecificConfiguration

Packages that use BranchSpecificConfiguration
com.atlassian.bamboo.build   
com.atlassian.bamboo.plan.branch   
 

Uses of BranchSpecificConfiguration in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as BranchSpecificConfiguration
protected  BranchSpecificConfiguration DefaultBuildDefinition.branchSpecificConfiguration
           
 

Methods in com.atlassian.bamboo.build that return BranchSpecificConfiguration
 BranchSpecificConfiguration PartialBuildDefinition.getBranchSpecificConfiguration()
          Returns any configuration that is specific to a branch plan, and not so relevant for a normal plan.
 BranchSpecificConfiguration BuildDefinition.getBranchSpecificConfiguration()
          Returns any configuration that is specific to a branch plan, and not so relevant for a normal plan.
 BranchSpecificConfiguration DefaultBuildDefinition.getBranchSpecificConfiguration()
           
 

Methods in com.atlassian.bamboo.build with parameters of type BranchSpecificConfiguration
 void BuildDefinition.setBranchSpecificConfiguration(BranchSpecificConfiguration branchSpecificConfiguration)
           
 void DefaultBuildDefinition.setBranchSpecificConfiguration(BranchSpecificConfiguration branchSpecificConfiguration)
           
 

Uses of BranchSpecificConfiguration in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchSpecificConfiguration
static java.util.List<RepositoryDefinition> ChainBranchImpl.createEffectiveRepositoryDefinitions(java.util.List<RepositoryDefinition> branchRepositories, java.util.List<RepositoryDefinition> masterRepositories, BranchSpecificConfiguration bsc)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.