Uses of Interface
com.atlassian.bamboo.plan.branch.VcsBranch

Packages that use VcsBranch
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
 

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

Subinterfaces of VcsBranch in com.atlassian.bamboo.plan.branch
 interface BambooVcsBranch
           
 

Classes in com.atlassian.bamboo.plan.branch that implement VcsBranch
 class BambooVcsBranchImpl
           
 class VcsBranchImpl
           
 

Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type VcsBranch
 java.util.List<VcsBranch> BranchDetectionService.getOpenBranches(ImmutableChain chain, ErrorCollection errorCollection)
          Returns a list of currently open branches for the chain's default repository List ordering determined by underlying repository (preference is for native ordering e.g.
 java.util.List<VcsBranch> BranchDetectionServiceImpl.getOpenBranches(ImmutableChain chain, ErrorCollection errorCollection)
           
 

Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type VcsBranch
 void BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions
 void BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type VcsBranch
BambooVcsBranchImpl(ImmutableChain chain, VcsBranch newBranch)
           
 

Uses of VcsBranch in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg that return VcsBranch
 VcsBranch HgRepository.getVcsBranch()
           
 VcsBranch BitbucketRepository.getVcsBranch()
           
 

Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type VcsBranch
 java.util.List<VcsBranch> HgRepository.getOpenBranches()
           
 java.util.List<VcsBranch> BitbucketRepository.getOpenBranches()
           
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type VcsBranch
 void HgRepository.setVcsBranch(VcsBranch branch)
           
 void BitbucketRepository.setVcsBranch(VcsBranch branch)
           
 

Uses of VcsBranch in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return VcsBranch
 VcsBranch BranchAwareRepository.getVcsBranch()
           
 

Methods in com.atlassian.bamboo.repository that return types with arguments of type VcsBranch
 java.util.List<VcsBranch> BranchDetectionCapableRepository.getOpenBranches()
          Set of open branches that are discovered in the repository.
 java.util.List<VcsBranch> RepositoryCachingFacade.getOpenBranches(BranchDetectionCapableRepository repository)
           
 

Methods in com.atlassian.bamboo.repository with parameters of type VcsBranch
 void BranchAwareRepository.setVcsBranch(VcsBranch branch)
          Set and prepare the repository for using an arbitrary branch.
 



Copyright © 2012 Atlassian. All Rights Reserved.