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

Packages that use Repository
com.atlassian.bamboo.build.context   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.credentials   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugin.descriptor   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.hg.bitbucket   
com.atlassian.bamboo.plugins.hg.bitbucket.api   
com.atlassian.bamboo.plugins.hg.bitbucket.impl   
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.repository.ui   
com.atlassian.bamboo.studio.scm   
com.atlassian.bamboo.upgrader.oldModel   
com.atlassian.bamboo.util   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of Repository in com.atlassian.bamboo.build.context
 

Constructor parameters in com.atlassian.bamboo.build.context with type arguments of type Repository
BuildContextBuilderImpl(BranchIntegrationService branchIntegrationService, VariableDefinitionManager variableDefinitionManager, CredentialsAccessor credentialsAccessor, com.google.common.base.Function<RepositoryDefinition,Repository> createRepositoryFromDefinition)
           
 

Uses of Repository in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation with parameters of type Repository
static org.apache.commons.configuration.XMLConfiguration RepositoryConfigHelper.prepareXmlConfiguration(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
static java.lang.String RepositoryConfigHelper.prepareXmlConfigurationString(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
 

Uses of Repository in com.atlassian.bamboo.credentials
 

Method parameters in com.atlassian.bamboo.credentials with type arguments of type Repository
static java.lang.Iterable<CredentialsData> Credentials.getAllSharedCredentials(java.lang.Iterable<RepositoryDefinition> repositoryDefinitions, CredentialsAccessor credentialsAccessor, com.google.common.base.Function<RepositoryDefinition,Repository> createRepositoryFromDefinition)
           
 

Uses of Repository in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return Repository
static Repository PlanHelper.getDefaultRepository(ImmutablePlan plan)
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Repository
static java.util.List<Repository> PlanHelper.getRepositories(ImmutablePlan plan)
           
 

Uses of Repository in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type Repository
 java.lang.String BranchIntegrationHelper.getAuthorEmail(Repository repository)
          Get email of author used for branch integration operations.
 java.lang.String BranchIntegrationHelperImpl.getAuthorEmail(Repository repository)
           
 java.lang.String BranchIntegrationHelper.getAuthorName(Repository repository)
          Get name of author used for branch integration operations.
 java.lang.String BranchIntegrationHelperImpl.getAuthorName(Repository repository)
           
 java.lang.String BranchIntegrationHelper.getCommitterEmail(Repository repository)
          Get email of committer used for branch integration operations.
 java.lang.String BranchIntegrationHelperImpl.getCommitterEmail(Repository repository)
           
 java.lang.String BranchIntegrationHelper.getCommitterName(Repository repository)
          Get name of committer used for branch integration operations.
 java.lang.String BranchIntegrationHelperImpl.getCommitterName(Repository repository)
           
 java.lang.String BranchIntegrationHelper.getIntegrationCommitMessage(Repository repository)
          Get commit message used for branch integration operations.
 java.lang.String BranchIntegrationHelperImpl.getIntegrationCommitMessage(Repository repository)
           
 

Uses of Repository in com.atlassian.bamboo.plugin.descriptor
 

Methods in com.atlassian.bamboo.plugin.descriptor that return Repository
 Repository RepositoryModuleDescriptorImpl.getModule()
          For some reason on remote agent super.getModule() is not enough (not sure if it is not enough only for plugins type 2) https://extranet.atlassian.com/jira/browse/BDEV-807
 

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

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

Methods in com.atlassian.bamboo.plugins.git with parameters of type Repository
 boolean GitRepository.isRepositoryDifferent(Repository repository)
           
 boolean GitHubRepository.isRepositoryDifferent(Repository repository)
           
 

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

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

Methods in com.atlassian.bamboo.plugins.hg with parameters of type Repository
 boolean HgRepository.isRepositoryDifferent(Repository repository)
           
 boolean BitbucketRepository.isRepositoryDifferent(Repository repository)
           
 

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

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

Uses of Repository in com.atlassian.bamboo.plugins.hg.bitbucket.api
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.api with parameters of type Repository
 void BitbucketRepositoryHelperService.populateFromConfig(Repository repository, org.apache.commons.configuration.HierarchicalConfiguration config)
          Populate Git/Mercurial repository from Bitbucket repository configuration
 

Uses of Repository in com.atlassian.bamboo.plugins.hg.bitbucket.impl
 

Methods in com.atlassian.bamboo.plugins.hg.bitbucket.impl with parameters of type Repository
 void BitbucketRepositoryHelperServiceImpl.populateFromConfig(Repository repository, org.apache.commons.configuration.HierarchicalConfiguration config)
           
 

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

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

Methods in com.atlassian.bamboo.plugins.stash with parameters of type Repository
 boolean StashRepository.isRepositoryDifferent(Repository repository)
           
 

Uses of Repository in com.atlassian.bamboo.repository
 

Subinterfaces of Repository in com.atlassian.bamboo.repository
 interface BranchAwareRepository
          Repository that supports setting and getting the current branch.
 interface BranchDetectionCapableRepository
          Deprecated. use BranchInformationProvider instead.
 interface BranchInformationProvider
          Repository that can provide information about branches.
 interface BranchingAwareRepository
          Repository that supports branching operation.
 interface BranchMergingAwareRepository
           
 interface CachingAwareRepository
          Should be implemented by repositories supporting caching of its method calls.
 interface CheckoutCustomRevisionDataAwareRepository
          Repository that uses additional information for code checkout.
 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 OnceOffCapableRepository
           
 interface PreparableRepository
          This interface is introduced for the cases, when special preparation should be done (additional to ConvertibleFromConfig.populateFromConfig() The onPrepare method is called every time the repository is accessed by RepositoryReference} on the server side of Bamboo
 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 RequiresRepositoryData
          Repository that needs to know things about RepositoryData object that defines it.
 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 Repository
 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 that return Repository
 Repository RepositoryDefinitionForTest.getNewRepositoryInstance()
           
 Repository InternalRepositoryData.getNewRepositoryInstance()
          Get new instance of Repository that is not lazy-loaded.
 Repository RepositoryDataImpl.getNewRepositoryInstance()
           
 Repository RepositoryManager.getNewRepositoryInstance(java.lang.String repositoryKey)
          Takes in a repository key and creates a new Repository for that key
 Repository DefaultRepositoryManager.getNewRepositoryInstance(java.lang.String key)
           
 Repository RepositoryDefinitionForTest.getRepository()
           
 Repository RepositoryData.getRepository()
           
 Repository CacheId.getRepository()
           
 Repository RepositoryDataImpl.getRepository()
           
 

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
static com.atlassian.applinks.api.ApplicationLink ReflectionRepositoryAccessor.StashRepositoryAccessor.getApplicationLink(Repository stashRepository)
           
static java.lang.String ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashProjectKey(Repository repository)
           
static java.lang.String ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashRepositorySlug(Repository repository)
           
static boolean ReflectionRepositoryAccessor.StashRepositoryAccessor.isStashRepository(Repository repository)
           
 

Method parameters in com.atlassian.bamboo.repository with type arguments of type Repository
static java.lang.reflect.Method ReflectionRepositoryAccessor.StashRepositoryAccessor.getApplicationLinkMethod(java.lang.Class<? extends Repository> stashRepositoryClass)
           
static java.lang.reflect.Method ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashProjectKeyMethod(java.lang.Class<? extends Repository> stashRepositoryClass)
           
static java.lang.reflect.Method ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashRepositorySlugMethod(java.lang.Class<? extends Repository> stashRepositoryClass)
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type Repository
CacheId(Repository repository, java.lang.String... ids)
           
RepositoryDefinitionForTest(Repository repository, WebRepositoryViewer webRepositoryViewer)
           
 

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.nullrepository
 

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

Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type Repository
 boolean NullRepository.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 implementation 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.repository.ui
 

Subinterfaces of Repository in com.atlassian.bamboo.repository.ui
 interface EditActionAwareRepository
          Repository that needs to perform additional actions before edit page is rendered for the repository and/or if additional, possibly failing, action needs to be taken before configuration is saved.
 

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

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

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.util
 

Methods in com.atlassian.bamboo.util that return Repository
static Repository RepositoryCollections.chooseRepository(java.util.Collection<? extends Repository> candidateRepositories)
          Deprecated. without replacement
 

Method parameters in com.atlassian.bamboo.util with type arguments of type Repository
static Repository RepositoryCollections.chooseRepository(java.util.Collection<? extends Repository> candidateRepositories)
          Deprecated. without replacement
 

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

Subinterfaces of Repository in com.atlassian.bamboo.v2.build.repository
 interface CustomSourceDirectoryAwareRepository
          Repository that supports checkout to any directory.
 interface RepositoryEventAware
          An interface that allows the repository to do something before and after the checkout / update occurs
 interface RequirementsAwareRepository
           
 

Methods in com.atlassian.bamboo.v2.build.repository with parameters of type Repository
 boolean RepositoryV2.isRepositoryDifferent(Repository repository)
          Checks if the current repo is the same as the given repository
 

Uses of Repository in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return Repository
 Repository ViewAllRepositories.RepoId.getRepository()
           
 

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

Uses of Repository in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch that return Repository
 Repository EditChainBranchDetails.getDefaultRepository()
           
 Repository ConfigureBranches.getDefaultRepository()
           
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type Repository
static boolean BranchActionHelper.isGitRepository(Repository repository)
           
static boolean BranchActionHelper.isMergeCapableRepository(Repository repository)
           
 

Uses of Repository in com.atlassian.bamboo.ww2.actions.build.admin
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return Repository
 Repository RepositoryOption.getRepository()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type Repository
 boolean UIConfigBeanImpl.requiresRepositoryDataOnView(Repository repository)
           
 



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