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 interfaceBitbucketDelegatedRepositoryClasses in com.atlassian.bamboo.plugins.bitbucket that implement RepositoryV2 Modifier and Type Class Description classBitbucketRepository -
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement RepositoryV2 Modifier and Type Class Description classGitHubRepositoryclassGitRepository -
Uses of RepositoryV2 in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement RepositoryV2 Modifier and Type Class Description classStashRepositoryImpl -
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 interfaceStashRepository -
Uses of RepositoryV2 in com.atlassian.bamboo.repository
Subinterfaces of RepositoryV2 in com.atlassian.bamboo.repository Modifier and Type Interface Description interfaceBranchAwareRepositoryRepository that supports setting and getting the current branch.interfaceBranchDetectionCapableRepositoryDeprecated.useBranchInformationProviderinstead.interfaceBranchInformationProviderRepository that can provide information about branches.interfaceBranchingAwareRepositoryRepository that supports branching operation.interfaceBranchMergingAwareRepositoryinterfaceCachingAwareRepositoryShould be implemented by repositories supporting caching of its method calls.interfaceCheckoutCustomRevisionDataAwareRepositoryRepository that uses additional information for code checkout.interfaceCommitIsolationAwareRepositoryWhether the repository supports commits being broken up into individual buildsinterfaceCustomRevisionDataAwareRepositoryRepository that uses additional information for change detection.interfaceCustomVariableProviderRepositoryAllows theRepositoryimplementation to provide variables specific to the repository.interfaceIncludeExcludeAwareRepositoryinterfaceInitialBuildAwareRepositoryAllows theRepositoryto perform custom actionsinterfaceMavenPomAccessorCapableRepositoryDefines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.htmlinterfaceOnceOffCapableRepositoryinterfacePreparableRepositoryDeprecated.since 5.14interfacePushCapableRepositoryRepository that supports pushing changes back to the remote repository.interfaceQuietPeriodAwareRepositoryRepositories that implement this method will continue to collect changes for everyQuietPeriodAwareRepository.getQuietPeriod()up toQuietPeriodAwareRepository.getMaxRetries()times.interfaceRepositoryDeprecated.since 5.14interfaceRequiresRepositoryDataRepository that needs to know things aboutRepositoryDataobject that defines it.interfaceSelectableAuthenticationRepositoryinterfaceStandaloneRepositoryRepresents Repository that does not requirePlanfor configuration and thus is 'visible' to Global Repository feature.interfaceTaggingAwareRepositoryRepository that supports tags.interfaceTestConnectionAwareRepositoryRepository that supports testing connection.Classes in com.atlassian.bamboo.repository that implement RepositoryV2 Modifier and Type Class Description classAbstractRepositoryDeprecated.since 5.14 use new repository plugin API insteadclassAbstractStandaloneRepositoryThis 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 BranchMergingAwareRepositoryAbstractRepository. 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 classNullRepository -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement RepositoryV2 Modifier and Type Class Description classPerforceRepositoryThis class provides a Perforce implementation of theRepositoryinterface. -
Uses of RepositoryV2 in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement RepositoryV2 Modifier and Type Class Description classSvnRepositoryThis 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 interfaceEditActionAwareRepositoryRepository 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 interfaceCustomSourceDirectoryAwareRepositoryRepository that supports checkout to any directory.interfaceRepositoryEventAwareAn interface that allows the repository to do something before and after the checkout / update occursinterfaceRequirementsAwareRepository
-