Modifier and Type | Method and Description |
---|---|
static org.apache.commons.configuration.XMLConfiguration |
RepositoryConfigHelper.prepareXmlConfiguration(Repository repository,
WebRepositoryViewer webRepositoryViewer)
Deprecated.
|
static String |
RepositoryConfigHelper.prepareXmlConfigurationString(Repository repository,
WebRepositoryViewer webRepositoryViewer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Repository |
PlanHelper.getDefaultRepository(ImmutablePlan plan)
Deprecated.
since 5.14 without replacement
|
Modifier and Type | Method and Description |
---|---|
static List<Repository> |
PlanHelper.getRepositories(ImmutablePlan plan)
Deprecated.
since 5.14 without replacement
|
Modifier and Type | Method and Description |
---|---|
String |
BranchIntegrationHelperImpl.getAuthorEmail(Repository repository) |
String |
BranchIntegrationHelper.getAuthorEmail(Repository repository)
Deprecated.
Get email of author used for branch integration operations.
|
String |
BranchIntegrationHelperImpl.getAuthorName(Repository repository) |
String |
BranchIntegrationHelper.getAuthorName(Repository repository)
Deprecated.
Get name of author used for branch integration operations.
|
String |
BranchIntegrationHelperImpl.getCommitterEmail(Repository repository) |
String |
BranchIntegrationHelper.getCommitterEmail(Repository repository)
Deprecated.
Get email of committer used for branch integration operations.
|
String |
BranchIntegrationHelperImpl.getCommitterName(Repository repository) |
String |
BranchIntegrationHelper.getCommitterName(Repository repository)
Deprecated.
Get name of committer used for branch integration operations.
|
String |
BranchIntegrationHelperImpl.getIntegrationCommitMessage(Repository repository) |
String |
BranchIntegrationHelper.getIntegrationCommitMessage(Repository repository)
Deprecated.
Get commit message used for branch integration operations.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
BitbucketDelegatedRepository |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketRepository |
Modifier and Type | Method and Description |
---|---|
boolean |
BitbucketRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Method and Description |
---|---|
void |
BitbucketRepositoryHelperService.populateFromConfig(Repository repository,
org.apache.commons.configuration.HierarchicalConfiguration config)
Populate Git/Mercurial repository from Bitbucket repository configuration
|
Modifier and Type | Method and Description |
---|---|
void |
BitbucketRepositoryHelperServiceImpl.populateFromConfig(Repository repository,
org.apache.commons.configuration.HierarchicalConfiguration config) |
Modifier and Type | Class and Description |
---|---|
class |
GitHubRepository |
class |
GitRepository |
Modifier and Type | Method and Description |
---|---|
boolean |
GitRepository.isRepositoryDifferent(Repository repository) |
boolean |
GitHubRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
HgRepository
Repository objects are created via
ContainerAccessor.createBean(Class)
and can't use autowired dependencies yet. |
Modifier and Type | Method and Description |
---|---|
boolean |
HgRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
StashRepositoryImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
StashRepositoryImpl.isRepositoryDifferent(Repository repository) |
Modifier and Type | Interface and Description |
---|---|
interface |
StashRepository |
Modifier and Type | Interface and Description |
---|---|
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
Deprecated.
since 5.14
|
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.
|
interface |
TestConnectionAwareRepository
Repository that supports testing connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepository
Deprecated.
since 5.14 use new repository plugin API instead
|
class |
AbstractStandaloneRepository
This class provides common repository implementation code for Repositories that can be used by Global Repository
feature.
|
Modifier and Type | Method and Description |
---|---|
Repository |
LegacyRepositoryDataImpl.getNewRepositoryInstance()
Deprecated.
|
Repository |
RepositoryDataImpl.getNewRepositoryInstance() |
Repository |
RepositoryDefinitionForTest.getNewRepositoryInstance() |
Repository |
InternalRepositoryData.getNewRepositoryInstance()
Get new instance of Repository that is not lazy-loaded.
|
Repository |
DefaultRepositoryManager.getNewRepositoryInstance(String key) |
Repository |
RepositoryManager.getNewRepositoryInstance(String repositoryKey)
Deprecated.
Takes in a repository key and creates a new
Repository for that key |
Repository |
LegacyRepositoryDataImpl.getRepository()
Deprecated.
|
Repository |
RepositoryDataImpl.getRepository() |
Repository |
RepositoryDefinitionForTest.getRepository() |
Repository |
RepositoryData.getRepository()
Deprecated.
|
Repository |
CacheId.getRepository() |
Modifier and Type | Method and Description |
---|---|
List<Repository> |
DefaultRepositoryManager.getRepositories() |
List<Repository> |
RepositoryManager.getRepositories()
Deprecated.
Retuns a list of available
Repository objects |
Modifier and Type | Method and Description |
---|---|
static com.atlassian.applinks.api.ApplicationLink |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getApplicationLink(Repository stashRepository) |
static String |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashProjectKey(Repository repository) |
static String |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashRepositorySlug(Repository repository) |
static boolean |
ReflectionRepositoryAccessor.StashRepositoryAccessor.isStashRepository(Repository repository) |
Modifier and Type | Method and Description |
---|---|
static Method |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getApplicationLinkMethod(Class<? extends Repository> stashRepositoryClass) |
static Method |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashProjectKeyMethod(Class<? extends Repository> stashRepositoryClass) |
static Method |
ReflectionRepositoryAccessor.StashRepositoryAccessor.getStashRepositorySlugMethod(Class<? extends Repository> stashRepositoryClass) |
Constructor and Description |
---|
CacheId(Repository repository,
String... ids) |
RepositoryDefinitionForTest(Repository repository,
WebRepositoryViewer webRepositoryViewer) |
Modifier and Type | Class and Description |
---|---|
class |
CVSRepository
This class provides a CVS implementation of the
Repository interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
CVSRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
NullRepository |
Modifier and Type | Method and Description |
---|---|
boolean |
NullRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
PerforceRepository
This class provides a Perforce implementation of the
Repository interface. |
Modifier and Type | Method and Description |
---|---|
boolean |
PerforceRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Class and Description |
---|---|
class |
SvnRepository
This class provides a Subversion repository for Bamboo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SvnRepository.isRepositoryDifferent(Repository repository) |
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryDefinition |
RepositoryDefinitionMocks.mockRepositoryDefinition(Class<? extends Repository> repositoryClass,
String pluginKey) |
Modifier and Type | Method and Description |
---|---|
static boolean |
BambooRepositoryUtils.isRepositoryTestConnectionAware(Repository repository)
Returns true if the given
Repository supports connection testing. |
Modifier and Type | Interface and 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 occurs
|
interface |
RequirementsAwareRepository |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryV2.isRepositoryDifferent(Repository repository)
Checks if the current repo is the same as the given repository
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Repository> |
LegacyExecutorBase.getNewRepositoryInstanceAs(VcsRepositoryData repositoryData,
Class<T> clazz) |
protected <T extends Repository> |
LegacyExecutorBase.getRepositoryInstanceAs(VcsRepositoryData repositoryData,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
Repository |
LegacyRepositoryModuleDescriptor.getLegacyModule() |
protected Repository |
LegacyExecutorBase.getNewRepositoryInstance(VcsRepositoryData vcsRepositoryData) |
protected Repository |
LegacyExecutorBase.getRepositoryInstance(VcsRepositoryData vcsRepositoryData) |
Modifier and Type | Method and Description |
---|---|
protected Repository |
LegacyVcsLocationConfigurator.getRepositoryInstance(VcsLocationDefinition vcsLocationDefinition) |
Modifier and Type | Method and Description |
---|---|
Repository |
ViewAllRepositories.RepoId.getRepository() |
Modifier and Type | Method and Description |
---|---|
List<Repository> |
ImportMavenPlanAction.getRepositories() |
Modifier and Type | Method and Description |
---|---|
static boolean |
BranchActionHelper.isGitRepository(Repository repository)
Deprecated.
|
static boolean |
BranchActionHelper.isMergeCapableRepository(Repository repository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Repository> |
UIConfigSupportImpl.getRepositories() |
List<Repository> |
UIConfigSupport.getRepositories()
Deprecated.
since 5.14 without replacement
|
Modifier and Type | Method and Description |
---|---|
boolean |
UIConfigSupportImpl.requiresRepositoryDataOnView(Repository repository) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.