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   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.studio.scm   
 

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)
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type VcsBranch
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Given a branch name and (optionally) vcs branch name, create Plan Branches with overriding repository definitions.
 PlanKey BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 

Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type VcsBranch
 java.util.Collection<PlanKey> 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.
 java.util.Collection<PlanKey> BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
           
 java.util.Collection<PlanKey> BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
 java.util.Collection<PlanKey> BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
           
 void VcsBranchManager.saveAll(ImmutableChain chain, java.lang.Iterable<VcsBranch> requestedBranchesToSave)
           
 void VcsBranchManagerImpl.saveAll(ImmutableChain chain, java.lang.Iterable<VcsBranch> requestedBranchesToSave)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type VcsBranch
BambooVcsBranchImpl(Chain 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.lang.String context)
           
 java.util.List<VcsBranch> BitbucketRepository.getOpenBranches(java.lang.String context)
           
 

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> RepositoryCachingFacade.getOpenBranches(BranchDetectionCapableRepository repository, java.lang.String context)
          Retrieve open branches from the given repository.
 java.util.List<VcsBranch> RepositoryCachingFacadeImpl.getOpenBranches(BranchDetectionCapableRepository repository, java.lang.String context)
           
 java.util.List<VcsBranch> BranchDetectionCapableRepository.getOpenBranches(java.lang.String context)
          Set of open branches that are discovered in the 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.
 

Uses of VcsBranch in com.atlassian.bamboo.repository.svn
 

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

Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type VcsBranch
 java.util.List<VcsBranch> SvnRepository.getOpenBranches(java.lang.String context)
           
 

Methods in com.atlassian.bamboo.repository.svn with parameters of type VcsBranch
 void SvnRepository.setVcsBranch(VcsBranch branch)
           
 void SvnRepository.setVcsBranch(VcsBranch branch, org.apache.commons.configuration.HierarchicalConfiguration customConfiguration)
           
 

Uses of VcsBranch in com.atlassian.bamboo.studio.scm
 

Methods in com.atlassian.bamboo.studio.scm with parameters of type VcsBranch
 void AppLinksSvnRepository.setVcsBranch(VcsBranch branch)
           
 



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