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

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

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

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

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

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

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

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

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

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

Uses of BranchDetectionCapableRepository in com.atlassian.bamboo.repository
 

Subinterfaces of BranchDetectionCapableRepository in com.atlassian.bamboo.repository
 interface BranchInformationProvider
          Repository that can provide information about branches.
 

Methods in com.atlassian.bamboo.repository with parameters of type BranchDetectionCapableRepository
 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)
           
 void RepositoryCachingFacade.invalidate(BranchDetectionCapableRepository repository, java.lang.String context)
          Invalidate cache for given parameters
 void RepositoryCachingFacadeImpl.invalidate(BranchDetectionCapableRepository repository, java.lang.String context)
           
 

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

Classes in com.atlassian.bamboo.repository.svn that implement BranchDetectionCapableRepository
 class SvnRepository
          This class provides a Subversion repository for Bamboo.
 

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

Classes in com.atlassian.bamboo.studio.scm that implement BranchDetectionCapableRepository
 class AppLinksSvnRepository
          This repository is a hack that uses applinks and inbuilt Bamboo SVN username/password for Bamboo.
 



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