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

Packages that use VcsBranch
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.vcsRevision   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.studio.scm   
com.atlassian.bamboo.v2.build   
 

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, BuildConfiguration buildConfiguration, 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, BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Deprecated. in 5.6 use BranchDetectionService.createChainBranch(ImmutableChain, String, VcsBranch, BuildConfiguration, PlanCreationService.EnablePlan, boolean)
 PlanKey BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
static java.lang.String ChainBranchUtils.getValidChainBranchName(VcsBranch newBranch)
           
 

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.plan.vcsRevision
 

Methods in com.atlassian.bamboo.plan.vcsRevision that return VcsBranch
 VcsBranch PlanVcsRevisionData.getOverriddenBranch()
           
 

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

Methods in com.atlassian.bamboo.plugins.git that return VcsBranch
 VcsBranch GitRepositoryAccessData.getVcsBranch()
           
 VcsBranch GitRepository.getVcsBranch()
           
 VcsBranch GitHubRepositoryAccessData.getVcsBranch()
           
 VcsBranch GitHubRepository.getVcsBranch()
           
 

Methods in com.atlassian.bamboo.plugins.git that return types with arguments of type VcsBranch
 java.util.List<VcsBranch> GitRepository.getOpenBranches()
          Deprecated. 
 java.util.List<VcsBranch> GitHubRepository.getOpenBranches()
          Deprecated. 
 java.util.List<VcsBranch> NativeGitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData, java.io.File workingDir)
           
 java.util.List<VcsBranch> JGitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData, java.io.File workingDir)
           
 java.util.List<VcsBranch> GitOperationHelper.getOpenBranches(GitRepositoryAccessData repositoryData, java.io.File workingDir)
           
 java.util.List<VcsBranch> GitRepository.getOpenBranches(java.lang.String context)
           
 java.util.List<VcsBranch> GitHubRepository.getOpenBranches(java.lang.String context)
           
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type VcsBranch
 GitRepositoryAccessData.Builder GitRepositoryAccessData.Builder.branch(VcsBranch branch)
           
 GitHubRepositoryAccessData.Builder GitHubRepositoryAccessData.Builder.branch(VcsBranch vcsBranch)
           
 void GitRepository.setVcsBranch(VcsBranch branch)
           
 void GitHubRepository.setVcsBranch(VcsBranch vcsBranch)
           
 

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.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash that return VcsBranch
 VcsBranch StashRepository.getVcsBranch()
           
 

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

Methods in com.atlassian.bamboo.plugins.stash with parameters of type VcsBranch
 void StashRepository.setVcsBranch(VcsBranch vcsBranch)
           
 

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)
          Deprecated. 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)
           
 

Uses of VcsBranch in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return VcsBranch
 VcsBranch BuildRepositoryChanges.getOverriddenVcsBranch()
           
 VcsBranch BuildRepositoryChangesImpl.getOverriddenVcsBranch()
           
 

Methods in com.atlassian.bamboo.v2.build with parameters of type VcsBranch
 void BuildRepositoryChanges.setOverriddenVcsBranch(VcsBranch effectiveVcsBranchName)
           
 void BuildRepositoryChangesImpl.setOverriddenVcsBranch(VcsBranch overriddenVcsBranch)
           
 



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