Uses of Interface
com.atlassian.bamboo.v2.build.repository.RepositoryV2
-
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.bitbucket
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.plugins.bitbucket Modifier and Type Interface Description interface
BitbucketDelegatedRepository
Classes in com.atlassian.bamboo.plugins.bitbucket that implement RepositoryV2 Modifier and Type Class Description class
BitbucketRepository
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement RepositoryV2 Modifier and Type Class Description class
GitHubRepository
class
GitRepository
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement RepositoryV2 Modifier and Type Class Description class
StashRepositoryImpl
-
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.stash.api
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.plugins.stash.api Modifier and Type Interface Description interface
StashRepository
-
Uses of RepositoryV2 in com.atlassian.bamboo.repository
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
BranchAwareRepository
Repository that supports setting and getting the current branch.interface
BranchDetectionCapableRepository
Deprecated.useBranchInformationProvider
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 buildsinterface
CustomRevisionDataAwareRepository
Repository that uses additional information for change detection.interface
CustomVariableProviderRepository
Allows theRepository
implementation to provide variables specific to the repository.interface
IncludeExcludeAwareRepository
interface
InitialBuildAwareRepository
Allows theRepository
to perform custom actionsinterface
MavenPomAccessorCapableRepository
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.htmlinterface
OnceOffCapableRepository
interface
PreparableRepository
Deprecated.since 5.14interface
PushCapableRepository
Repository that supports pushing changes back to the remote repository.interface
QuietPeriodAwareRepository
Repositories that implement this method will continue to collect changes for everyQuietPeriodAwareRepository.getQuietPeriod()
up toQuietPeriodAwareRepository.getMaxRetries()
times.interface
Repository
Deprecated.since 5.14interface
RequiresRepositoryData
Repository that needs to know things aboutRepositoryData
object that defines it.interface
SelectableAuthenticationRepository
interface
StandaloneRepository
Represents Repository that does not requirePlan
for configuration and thus is 'visible' to Global Repository feature.interface
TaggingAwareRepository
Repository that supports tags.interface
TestConnectionAwareRepository
Repository that supports testing connection.Classes in com.atlassian.bamboo.repository that implement RepositoryV2 Modifier and Type Class Description class
AbstractRepository
Deprecated.since 5.14 use new repository plugin API insteadclass
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 Modifier and Type Method Description static @Nullable BranchMergingAwareRepository
AbstractRepository. toMergeCapableRepository(@Nullable RepositoryV2 defaultRepository)
Deprecated. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement RepositoryV2 Modifier and Type Class Description class
NullRepository
-
Uses of RepositoryV2 in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement RepositoryV2 Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement RepositoryV2 Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.ui
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.repository.ui Modifier and Type Interface Description 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 RepositoryV2 in com.atlassian.bamboo.v2.build.repository
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.v2.build.repository Modifier and Type Interface Description 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 occursinterface
RequirementsAwareRepository
-