Uses of Interface
com.atlassian.bamboo.v2.build.repository.RepositoryV2
Package
Description
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.bitbucket
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.git
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.stash
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.stash.api
-
Uses of RepositoryV2 in com.atlassian.bamboo.repository
Modifier and TypeInterfaceDescriptioninterface
Repository that supports setting and getting the current branch.interface
Deprecated.interface
Repository that can provide information about branches.interface
Repository that supports branching operation.interface
interface
Should be implemented by repositories supporting caching of its method calls.interface
Repository that uses additional information for code checkout.interface
Whether the repository supports commits being broken up into individual buildsinterface
Repository that uses additional information for change detection.interface
Allows theRepository
implementation to provide variables specific to the repository.interface
interface
Allows theRepository
to perform custom actionsinterface
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.htmlinterface
interface
Deprecated.since 5.14interface
Repository that supports pushing changes back to the remote repository.interface
Repositories that implement this method will continue to collect changes for everyQuietPeriodAwareRepository.getQuietPeriod()
up toQuietPeriodAwareRepository.getMaxRetries()
times.interface
Deprecated.since 5.14interface
Repository that needs to know things aboutRepositoryData
object that defines it.interface
interface
Represents Repository that does not requirePlan
for configuration and thus is 'visible' to Global Repository feature.interface
Repository that supports tags.interface
Repository that supports testing connection.Modifier and TypeClassDescriptionclass
Deprecated.since 5.14 use new repository plugin API insteadclass
This class provides common repository implementation code for Repositories that can be used by Global Repository feature.Modifier and TypeMethodDescriptionstatic @Nullable BranchMergingAwareRepository
AbstractRepository.toMergeCapableRepository
(@Nullable RepositoryV2 defaultRepository) Deprecated. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.nullrepository
-
Uses of RepositoryV2 in com.atlassian.bamboo.repository.svn
Modifier and TypeClassDescriptionclass
This class provides a Subversion repository for Bamboo. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.ui
Modifier and TypeInterfaceDescriptioninterface
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 RepositoryV2 in com.atlassian.bamboo.v2.build.repository
Modifier and TypeInterfaceDescriptioninterface
Repository that supports checkout to any directory.interface
An interface that allows the repository to do something before and after the checkout / update occursinterface
BranchInformationProvider
instead.