Uses of Interface
com.atlassian.bamboo.repository.BranchMergingAwareRepository

Packages that use BranchMergingAwareRepository
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.repository   
 

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

Methods in com.atlassian.bamboo.plan.branch that return BranchMergingAwareRepository
protected  BranchMergingAwareRepository BranchIntegrationHelperImpl.getDefaultRepository(BuildContext buildContext)
          Get default repository narrowed to BranchMergingAwareRepository
 BranchMergingAwareRepository BranchIntegrationHelper.getIntegrationRepository(BuildContext buildContext)
          Get integration repository narrowed to BranchMergingAwareRepository
 BranchMergingAwareRepository BranchIntegrationHelperImpl.getIntegrationRepository(BuildContext buildContext)
          Get integration repository narrowed to BranchMergingAwareRepository
 

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

Classes in com.atlassian.bamboo.plugins.git that implement BranchMergingAwareRepository
 class GitHubRepository
           
 class GitRepository
           
 

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

Classes in com.atlassian.bamboo.plugins.hg that implement BranchMergingAwareRepository
 class BitbucketRepository
           
 class HgRepository
           
 

Uses of BranchMergingAwareRepository in com.atlassian.bamboo.plugins.hg.bitbucket
 

Subinterfaces of BranchMergingAwareRepository in com.atlassian.bamboo.plugins.hg.bitbucket
 interface BitbucketDelegatedRepository
           
 

Uses of BranchMergingAwareRepository in com.atlassian.bamboo.plugins.stash
 

Classes in com.atlassian.bamboo.plugins.stash that implement BranchMergingAwareRepository
 class StashRepository
           
 

Uses of BranchMergingAwareRepository in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return BranchMergingAwareRepository
static BranchMergingAwareRepository AbstractRepository.toMergeCapableRepository(RepositoryV2 defaultRepository)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.