Uses of Interface
com.atlassian.bamboo.repository.RepositoryDefinition
Package
Description
-
Uses of RepositoryDefinition in com.atlassian.bamboo.credentials
Modifier and TypeMethodDescriptionstatic SharedCredentialDepender
CredentialsDependerFunctions.repositoryDefinitionToCredentialsDepender
(RepositoryDefinition repositoryDefinition) -
Uses of RepositoryDefinition in com.atlassian.bamboo.deployments.environments
Modifier and TypeMethodDescriptiondefault @NotNull List<RepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) Deprecated. -
Uses of RepositoryDefinition in com.atlassian.bamboo.deployments.environments.service
Modifier and TypeMethodDescriptionEnvironmentService.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) UpdateEnvironmentRepositoryLink
dataEnvironmentServiceImpl.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) Modifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
EnvironmentService.getRepositoryDefinitionsForEnvironment
(@NotNull Environment environment) Deprecated.@NotNull List<RepositoryDefinition>
EnvironmentServiceImpl.getRepositoryDefinitionsForEnvironment
(@NotNull Environment environment) -
Uses of RepositoryDefinition in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
AbstractChain.getEffectiveRepositoryDefinitions()
-
Uses of RepositoryDefinition in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
ChainBranchImpl.getEffectiveRepositoryDefinitions()
-
Uses of RepositoryDefinition in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull com.google.common.collect.ImmutableList<RepositoryDefinition>
AbstractImmutableChain.getEffectiveRepositoryDefinitions()
@NotNull List<RepositoryDefinition>
ImmutableChain.getEffectiveRepositoryDefinitions()
Deprecated.since 5.14 -
Uses of RepositoryDefinition in com.atlassian.bamboo.repository
Modifier and TypeClassDescriptionclass
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
class
Modifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
RepositoryDefinitionManager.getRepositoryDefinitionsForPlan
(@NotNull ImmutablePlan plan) Deprecated.since 5.14@NotNull List<RepositoryDefinition>
RepositoryDefinitionManagerImpl.getRepositoryDefinitionsForPlan
(@NotNull ImmutablePlan plan) static Predicate<RepositoryDefinition>
RepositoryPredicates.hasRepositoryDefinitionEqualPluginKey
(@NotNull String pluginKey) Deprecated.since 5.15, useBambooPluginUtils.pluginKeyEquals(String)
static Predicate<RepositoryDefinition>
RepositoryPredicates.isRepositoryDefinitionDefault()
Get a predicate that returns true forRepositoryDefinition
which is has position == 0 (is default) -
Uses of RepositoryDefinition in com.atlassian.bamboo.task.repository
Modifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) -
Uses of RepositoryDefinition in com.atlassian.bamboo.testutils.repository
Modifier and TypeMethodDescriptionstatic @NotNull RepositoryDefinition
RepositoryDefinitionMocks.mockRepositoryDefinition
(Class<? extends Repository> repositoryClass, String pluginKey) -
Uses of RepositoryDefinition in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescriptionvoid
BuildContextImpl.setRelevantRepositories
(@NotNull Set<RepositoryDefinition> relevantRepositories) -
Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.admin.bulk
Modifier and TypeMethodDescription@Nullable List<RepositoryDefinition>
BulkPlanAction.getSelectedRepositoryDefinitions
(Plan plan) -
Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.chains.admin
Modifier and TypeMethodDescriptionViewPlanConfiguration.getRepositoryDefinitions
(@NotNull String pluginKey, String[] selectedRepositories) ViewPlanConfiguration.getRepositoryDefinitions
(String[] selectedRepositories)
RepositoryAwareDeploymentTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, InternalEnvironment)
instead.