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

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

Uses of RepositoryV2 in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return RepositoryV2
 RepositoryV2 BuildObjectForTests.getRepositoryV2()
           
 RepositoryV2 DefaultBuildDefinition.getRepositoryV2()
           
 

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 CleanCheckoutAwareRepository
           
 interface CleanWorkingDirectoryAwareRepository
          Allows the user to configure the Build so that the working directory is cleared builds that are BuildState.SUCCESS
 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 MutableQuietPeriodAwareRepository
          Deprecated. 
 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
           
 

Classes in com.atlassian.bamboo.repository that implement RepositoryV2
 class AbstractRepository
          This class provides common repository implementation code,
 

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 implemention 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
 

Methods in com.atlassian.bamboo.v2.build that return RepositoryV2
 RepositoryV2 BuildPlanDefinition.getRepository()
          Deprecated. use BuildPlanDefinition.getRepositoryV2() instead
 RepositoryV2 BuildPlanDefinition.getRepositoryV2()
          A repository object that can be used to perform
 

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

Subinterfaces of RepositoryV2 in com.atlassian.bamboo.v2.build.repository
 interface PostConfigurableRepository
           
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 

Uses of RepositoryV2 in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type RepositoryV2
 BuildChanges ChangeDetectionManager.collectChangesBetween(Plan plan, RepositoryV2 repository, java.lang.String fromVcsRevisionKey, java.lang.String toVcsRevisionKey)
          Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey
 BuildChanges DefaultChangeDetectionManager.collectChangesBetween(Plan plan, RepositoryV2 repository, java.lang.String fromVcsRevisionKey, java.lang.String toVcsRevisionKey)
           
 BuildChanges ChangeDetectionManager.collectChangesSinceLastBuild(Plan plan, RepositoryV2 repository, java.lang.String lastVcsRevisionKey)
          Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository
 BuildChanges DefaultChangeDetectionManager.collectChangesSinceLastBuild(Plan plan, RepositoryV2 repository, java.lang.String lastVcsRevisionKey)
           
 BuildChanges ChangeDetectionManager.collectChangesSinceLastBuild(Plan plan, RepositoryV2 repository, java.lang.String lastVcsRevisionKey, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
          Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.
 BuildChanges DefaultChangeDetectionManager.collectChangesSinceLastBuild(Plan plan, RepositoryV2 repository, java.lang.String lastVcsRevisionKey, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.