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

Packages that use StandaloneRepository
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.nullrepository   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.studio.scm   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of StandaloneRepository in com.atlassian.bamboo.configuration.repository
 

Fields in com.atlassian.bamboo.configuration.repository declared as StandaloneRepository
protected  StandaloneRepository ConfigureSingleGlobalRepository.repository
           
 

Methods in com.atlassian.bamboo.configuration.repository that return StandaloneRepository
 StandaloneRepository ConfigureSingleGlobalRepository.getRepository()
           
 

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

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

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

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

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

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

Uses of StandaloneRepository in com.atlassian.bamboo.repository
 

Subinterfaces of StandaloneRepository in com.atlassian.bamboo.repository
 interface RequiresRepositoryData
          Repository that needs to know things about RepositoryData object that defines it.
 

Classes in com.atlassian.bamboo.repository that implement StandaloneRepository
 class AbstractStandaloneRepository
          This class provides common repository implementation code for Repositories that can be used by Global Repository feature.
 

Uses of StandaloneRepository in com.atlassian.bamboo.repository.cvsimpl
 

Classes in com.atlassian.bamboo.repository.cvsimpl that implement StandaloneRepository
 class CVSRepository
          This class provides a CVS implemention of the Repository interface.
 

Uses of StandaloneRepository in com.atlassian.bamboo.repository.nullrepository
 

Classes in com.atlassian.bamboo.repository.nullrepository that implement StandaloneRepository
 class NullRepository
           
 

Uses of StandaloneRepository in com.atlassian.bamboo.repository.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement StandaloneRepository
 class PerforceRepository
          This class provides a Perforce implementation of the Repository interface.
 

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

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

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

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

Uses of StandaloneRepository in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type StandaloneRepository
 java.util.List<StandaloneRepository> UIConfigSupport.getStandaloneRepositories()
           
 java.util.List<StandaloneRepository> UIConfigBeanImpl.getStandaloneRepositories()
           
 



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