Uses of Interface
com.atlassian.bamboo.repository.Repository
-
-
Uses of Repository in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation with parameters of type Repository Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.plugin.descriptor that return Repository Modifier and Type Method 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) BDEV-807 -
Uses of Repository in com.atlassian.bamboo.plugins.bitbucket
Subinterfaces of Repository in com.atlassian.bamboo.plugins.bitbucket Modifier and Type Interface Description interface
BitbucketDelegatedRepository
Classes in com.atlassian.bamboo.plugins.bitbucket that implement Repository Modifier and Type Class Description class
BitbucketRepository
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type Repository Modifier and Type Method Description boolean
BitbucketRepository. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.plugins.bitbucket.api
Methods in com.atlassian.bamboo.plugins.bitbucket.api with parameters of type Repository Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.plugins.bitbucket.impl with parameters of type Repository Modifier and Type Method Description void
BitbucketRepositoryHelperServiceImpl. populateFromConfig(@NotNull Repository repository, @NotNull org.apache.commons.configuration.HierarchicalConfiguration config)
-
Uses of Repository in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement Repository Modifier and Type Class Description class
GitHubRepository
class
GitRepository
Methods in com.atlassian.bamboo.plugins.git with parameters of type Repository Modifier and Type Method Description boolean
GitHubRepository. isRepositoryDifferent(@NotNull Repository repository)
boolean
GitRepository. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement Repository Modifier and Type Class Description class
StashRepositoryImpl
Methods in com.atlassian.bamboo.plugins.stash with parameters of type Repository Modifier and Type Method Description boolean
StashRepositoryImpl. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.plugins.stash.api
Subinterfaces of Repository in com.atlassian.bamboo.plugins.stash.api Modifier and Type Interface Description interface
StashRepository
-
Uses of Repository in com.atlassian.bamboo.repository
Subinterfaces of Repository 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
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 Repository 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 that return Repository Modifier and Type Method Description @Nullable Repository
DefaultRepositoryManager. getNewRepositoryInstance(String key)
Repository
InternalRepositoryData. getNewRepositoryInstance()
Get new instance of Repository that is not lazy-loaded.Repository
LegacyRepositoryDataImpl. getNewRepositoryInstance()
Deprecated.Repository
RepositoryDataImpl. getNewRepositoryInstance()
Repository
RepositoryDefinitionForTest. getNewRepositoryInstance()
@Nullable Repository
RepositoryManager. getNewRepositoryInstance(String repositoryKey)
Deprecated.Takes in a repository key and creates a newRepository
for that keyRepository
CacheId. getRepository()
@NotNull Repository
LegacyRepositoryDataImpl. getRepository()
Deprecated.@NotNull Repository
RepositoryData. getRepository()
Deprecated.@NotNull Repository
RepositoryDataImpl. getRepository()
@NotNull Repository
RepositoryDefinitionForTest. getRepository()
Methods in com.atlassian.bamboo.repository that return types with arguments of type Repository Modifier and Type Method Description @NotNull List<Repository>
DefaultRepositoryManager. getRepositories()
@NotNull List<Repository>
RepositoryManager. getRepositories()
Deprecated.Retuns a list of availableRepository
objectsMethods in com.atlassian.bamboo.repository with parameters of type Repository Modifier and Type Method Description static @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)
Method parameters in com.atlassian.bamboo.repository with type arguments of type Repository Modifier and Type Method 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)
Constructors in com.atlassian.bamboo.repository with parameters of type Repository Constructor Description CacheId(Repository repository, String... ids)
RepositoryDefinitionForTest(Repository repository, WebRepositoryViewer webRepositoryViewer)
-
Uses of Repository in com.atlassian.bamboo.repository.nullrepository
Classes in com.atlassian.bamboo.repository.nullrepository that implement Repository Modifier and Type Class Description class
NullRepository
Methods in com.atlassian.bamboo.repository.nullrepository with parameters of type Repository Modifier and Type Method Description boolean
NullRepository. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.repository.perforce
Classes in com.atlassian.bamboo.repository.perforce that implement Repository Modifier and Type Class Description class
PerforceRepository
This class provides a Perforce implementation of theRepository
interface.Methods in com.atlassian.bamboo.repository.perforce with parameters of type Repository Modifier and Type Method Description boolean
PerforceRepository. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.repository.svn
Classes in com.atlassian.bamboo.repository.svn that implement Repository Modifier and Type Class Description class
SvnRepository
This class provides a Subversion repository for Bamboo.Methods in com.atlassian.bamboo.repository.svn with parameters of type Repository Modifier and Type Method Description boolean
SvnRepository. isRepositoryDifferent(@NotNull Repository repository)
-
Uses of Repository in com.atlassian.bamboo.repository.ui
Subinterfaces of Repository 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 Repository in com.atlassian.bamboo.testutils.repository
Method parameters in com.atlassian.bamboo.testutils.repository with type arguments of type Repository Modifier and Type Method Description static @NotNull RepositoryDefinition
RepositoryDefinitionMocks. mockRepositoryDefinition(Class<? extends Repository> repositoryClass, String pluginKey)
-
Uses of Repository in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type Repository Modifier and Type Method Description static boolean
BambooRepositoryUtils. isRepositoryTestConnectionAware(@Nullable Repository repository)
Returns true if the givenRepository
supports connection testing. -
Uses of Repository in com.atlassian.bamboo.v2.build.repository
Subinterfaces of Repository 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
Methods in com.atlassian.bamboo.v2.build.repository with parameters of type Repository Modifier and Type Method Description boolean
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
Methods in com.atlassian.bamboo.vcs.configuration.legacy with type parameters of type Repository Modifier and Type Method Description protected <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)
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return Repository Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.vcs.configuration.legacy.configurator that return Repository Modifier and Type Method Description protected Repository
LegacyVcsLocationConfigurator. getRepositoryInstance(@Nullable VcsLocationDefinition vcsLocationDefinition)
-
Uses of Repository in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type Repository Modifier and Type Method Description List<Repository>
ImportMavenPlanAction. getRepositories()
-
Uses of Repository in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type Repository Modifier and Type Method Description @NotNull List<Repository>
UIConfigSupport. getRepositories()
Deprecated.since 5.14 without replacement@NotNull List<Repository>
UIConfigSupportImpl. getRepositories()
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type Repository Modifier and Type Method Description boolean
UIConfigSupportImpl. requiresRepositoryDataOnView(@NotNull Repository repository)
-