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

Packages that use Repository
com.atlassian.bamboo.build   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.upgrader.oldModel   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.ww2.actions.build.admin.config   
 

Uses of Repository in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as Repository
protected  Repository DefaultBuildDefinition.repository
           
 

Methods in com.atlassian.bamboo.build that return Repository
 Repository BuildObjectForTests.getRepository()
          Obtain the build's Repository.
 Repository BuildDefinition.getRepository()
          Obtain the build's Repository.
 Repository DefaultBuildDefinition.getRepository()
           
 

Methods in com.atlassian.bamboo.build with parameters of type Repository
static BuildObjectForTests BuildFactoryForTests.createBuild(java.lang.String name, Builder builder, Repository repository, BuilderManager builderManager, java.lang.String buildKey)
          Create a build with the given name and builder
static BuildObjectForTests BuildFactoryForTests.createBuild(java.lang.String name, Repository repository)
          Create a build with the given name and repository
 void BuildObjectForTests.setRepository(Repository repository)
          Set the build's source code repository.
 void BuildDefinition.setRepository(Repository repository)
          Set the build's source code repository.
 void DefaultBuildDefinition.setRepository(Repository repository)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type Repository
BuildObjectForTests(Repository repository, java.lang.String name)
          Create a build
BuildObjectForTests(Repository repository, java.lang.String name, java.lang.String emailAddress)
          Create a build
TestBuildObjectForTests(Repository repository, java.lang.String name)
           
TestBuildObjectForTests(Repository repository, java.lang.String name, java.lang.String emailAddress)
           
 

Uses of Repository in com.atlassian.bamboo.repository
 

Subinterfaces of Repository in com.atlassian.bamboo.repository
 interface CleanCheckoutAwareRepository
           
 interface IncludeExcludeAwareRepository
           
 interface InitialBuildAwareRepository
          Allows the Repository to perform custom actions
 interface MutableQuietPeriodAwareRepository
          An extension of the QuietPeriodAwareRepository that allows you to set the values as well as read them
 interface QuietPeriodAwareRepository
          Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to QuietPeriodAwareRepository.getMaxRetries() times.
 

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

Methods in com.atlassian.bamboo.repository that return Repository
 Repository RepositoryManager.getNewRepositoryInstance(java.lang.String repositoryKey)
          Takes in a repository key a creates a new Repository for that key
 Repository DefaultRepositoryManager.getNewRepositoryInstance(java.lang.String key)
           
 

Methods in com.atlassian.bamboo.repository that return types with arguments of type Repository
 java.util.List<Repository> RepositoryManager.getRepositories()
          Retuns a list of available Repository objects
 java.util.List<Repository> DefaultRepositoryManager.getRepositories()
           
 

Methods in com.atlassian.bamboo.repository with parameters of type Repository
 boolean Repository.isRepositoryDifferent(Repository repository)
          Checks if the current repo is the same or not and sets the referencesDifferentRepository flag accordingly
 

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

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

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type Repository
 boolean CVSRepository.isRepositoryDifferent(Repository repository)
           
 

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

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

Methods in com.atlassian.bamboo.repository.perforce with parameters of type Repository
 boolean PerforceRepository.isRepositoryDifferent(Repository repository)
           
 

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

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

Methods in com.atlassian.bamboo.repository.svn with parameters of type Repository
 boolean SvnRepository.isRepositoryDifferent(Repository repository)
           
 

Uses of Repository in com.atlassian.bamboo.upgrader.oldModel
 

Fields in com.atlassian.bamboo.upgrader.oldModel declared as Repository
 Repository OldBuild.myRepository
           
 

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

Subinterfaces of Repository 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 Repository in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type Repository
 java.util.List<Repository> ConfigureBuildRepository.getRepositories()
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.