Uses of Interface
com.atlassian.bamboo.v2.build.repository.RepositoryV2

Packages that use RepositoryV2
com.atlassian.bamboo.plugins.hg   
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.v2.build.repository   
 

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

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

Uses of RepositoryV2 in com.atlassian.bamboo.repository
 

Subinterfaces of RepositoryV2 in com.atlassian.bamboo.repository
 interface BranchAwareRepository
          Repository that supports setting and getting the current branch.
 interface BranchDetectionCapableRepository
          Repository that supports retrieving information about open branches.
 interface BranchingAwareRepository
          Repository that supports branching operation.
 interface BranchMergingAwareRepository
           
 interface CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
 interface CommitIsolationAwareRepository
          Whether the repository supports commits being broken up into individual builds
 interface CustomRevisionDataAwareRepository
          Repository that uses additional information for change detection.
 interface CustomVariableProviderRepository
          Allows the Repository implementation to provide variables specific to the repository.
 interface IncludeExcludeAwareRepository
           
 interface InitialBuildAwareRepository
          Allows the Repository to perform custom actions
 interface MavenPomAccessorCapableRepository
          Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html
 interface PushCapableRepository
          Repository that supports pushing changes back to the remote repository.
 interface QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
 interface Repository
          Basic contract for interfacing with various version control repository systems.
 interface SelectableAuthenticationRepository
           
 interface StandaloneRepository
          Represents Repository that does not require Plan for configuration and thus is 'visible' to Global Repository feature.
 interface TaggingAwareRepository
          Repository that supports tags.
 

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

Methods in com.atlassian.bamboo.repository with parameters of type RepositoryV2
static BranchMergingAwareRepository AbstractRepository.toMergeCapableRepository(RepositoryV2 defaultRepository)
           
 

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

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

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

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

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

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

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

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

Uses of RepositoryV2 in com.atlassian.bamboo.v2.build.repository
 

Subinterfaces of RepositoryV2 in com.atlassian.bamboo.v2.build.repository
 interface CustomSourceDirectoryAwareRepository
          Repository that supports checkout to any directory.
 interface PostConfigurableRepository
          Deprecated. since 3.4 not compatible with Global Repository feature.
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 interface RequirementsAwareRepository
           
 



Copyright © 2012 Atlassian. All Rights Reserved.