Uses of Interface
com.atlassian.bamboo.repository.Repository
Package
Description
-
Uses of Repository in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescriptionstatic org.apache.commons.configuration.XMLConfiguration
RepositoryConfigHelper.prepareXmlConfiguration
(@NotNull Repository repository, @Nullable WebRepositoryViewer webRepositoryViewer) Deprecated.static String
RepositoryConfigHelper.prepareXmlConfigurationString
(@NotNull Repository repository, @Nullable WebRepositoryViewer webRepositoryViewer) Deprecated. -
Uses of Repository in com.atlassian.bamboo.plugin.descriptor
Modifier and TypeMethodDescriptionRepositoryModuleDescriptorImpl.getModule()
For some reason on remote agent super.getModule() is not enough (not sure if it is not enough only for plugins type 2) BDEV-807 -
Uses of Repository in com.atlassian.bamboo.plugins.bitbucket
Modifier and TypeMethodDescriptionboolean
BitbucketRepository.isRepositoryDifferent
(@NotNull Repository repository) -
Uses of Repository in com.atlassian.bamboo.plugins.bitbucket.api
Modifier and TypeMethodDescriptionvoid
BitbucketRepositoryHelperService.populateFromConfig
(@NotNull Repository repository, @NotNull org.apache.commons.configuration.HierarchicalConfiguration config) Populate Git repository from Bitbucket repository configuration -
Uses of Repository in com.atlassian.bamboo.plugins.bitbucket.impl
Modifier and TypeMethodDescriptionvoid
BitbucketRepositoryHelperServiceImpl.populateFromConfig
(@NotNull Repository repository, @NotNull org.apache.commons.configuration.HierarchicalConfiguration config) -
Uses of Repository in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescriptionboolean
GitHubRepository.isRepositoryDifferent
(@NotNull Repository repository) boolean
GitRepository.isRepositoryDifferent
(@NotNull Repository repository) -
Uses of Repository in com.atlassian.bamboo.plugins.stash
Modifier and TypeMethodDescriptionboolean
StashRepositoryImpl.isRepositoryDifferent
(@NotNull Repository repository) -
Uses of Repository in com.atlassian.bamboo.plugins.stash.api
-
Uses of Repository 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
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 TypeMethodDescription@Nullable Repository
DefaultRepositoryManager.getNewRepositoryInstance
(String key) InternalRepositoryData.getNewRepositoryInstance()
Get new instance of Repository that is not lazy-loaded.LegacyRepositoryDataImpl.getNewRepositoryInstance()
Deprecated.RepositoryDataImpl.getNewRepositoryInstance()
RepositoryDefinitionForTest.getNewRepositoryInstance()
@Nullable Repository
RepositoryManager.getNewRepositoryInstance
(String repositoryKey) Deprecated.Takes in a repository key and creates a newRepository
for that keyCacheId.getRepository()
@NotNull Repository
LegacyRepositoryDataImpl.getRepository()
Deprecated.@NotNull Repository
RepositoryData.getRepository()
Deprecated.@NotNull Repository
RepositoryDataImpl.getRepository()
@NotNull Repository
RepositoryDefinitionForTest.getRepository()
Modifier and TypeMethodDescription@NotNull List<Repository>
DefaultRepositoryManager.getRepositories()
@NotNull List<Repository>
RepositoryManager.getRepositories()
Deprecated.Retuns a list of availableRepository
objectsModifier and TypeMethodDescriptionstatic @Nullable 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 TypeMethodDescriptionstatic 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) ModifierConstructorDescriptionCacheId
(Repository repository, String... ids) RepositoryDefinitionForTest
(Repository repository, WebRepositoryViewer webRepositoryViewer) -
Uses of Repository in com.atlassian.bamboo.repository.nullrepository
Modifier and TypeMethodDescriptionboolean
NullRepository.isRepositoryDifferent
(@NotNull Repository repository) -
Uses of Repository in com.atlassian.bamboo.repository.svn
Modifier and TypeClassDescriptionclass
This class provides a Subversion repository for Bamboo.Modifier and TypeMethodDescriptionboolean
SvnRepository.isRepositoryDifferent
(@NotNull Repository repository) -
Uses of Repository 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 Repository in com.atlassian.bamboo.testutils.repository
Modifier and TypeMethodDescriptionstatic @NotNull RepositoryDefinition
RepositoryDefinitionMocks.mockRepositoryDefinition
(Class<? extends Repository> repositoryClass, String pluginKey) -
Uses of Repository in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic boolean
BambooRepositoryUtils.isRepositoryTestConnectionAware
(@Nullable Repository repository) Returns true if the givenRepository
supports connection testing. -
Uses of Repository 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
Modifier and TypeMethodDescriptionboolean
RepositoryV2.isRepositoryDifferent
(@NotNull Repository repository) Checks if the current repo is the same as the given repository -
Uses of Repository in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescriptionprotected <T extends Repository>
TLegacyExecutorBase.getNewRepositoryInstanceAs
(@NotNull VcsRepositoryData repositoryData, @NotNull Class<T> clazz) protected <T extends Repository>
TLegacyExecutorBase.getRepositoryInstanceAs
(@NotNull VcsRepositoryData repositoryData, @NotNull Class<T> clazz) Modifier and TypeMethodDescription@NotNull Repository
LegacyRepositoryModuleDescriptor.getLegacyModule()
protected Repository
LegacyExecutorBase.getNewRepositoryInstance
(@NotNull VcsRepositoryData vcsRepositoryData) protected Repository
LegacyExecutorBase.getRepositoryInstance
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of Repository in com.atlassian.bamboo.vcs.configuration.legacy.configurator
Modifier and TypeMethodDescriptionprotected Repository
LegacyVcsLocationConfigurator.getRepositoryInstance
(@Nullable VcsLocationDefinition vcsLocationDefinition) -
Uses of Repository in com.atlassian.bamboo.ww2.actions.admin
-
Uses of Repository in com.atlassian.bamboo.ww2.actions.build.admin.create
Modifier and TypeMethodDescription@NotNull List<Repository>
UIConfigSupport.getRepositories()
Deprecated.since 5.14 without replacement@NotNull List<Repository>
UIConfigSupportImpl.getRepositories()
Modifier and TypeMethodDescriptionboolean
UIConfigSupportImpl.requiresRepositoryDataOnView
(@NotNull Repository repository)
BranchInformationProvider
instead.