Uses of Interface
com.atlassian.bamboo.repository.RepositoryDefinition
-
-
Uses of RepositoryDefinition in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type RepositoryDefinition Modifier and Type Method Description static SharedCredentialDepender
CredentialsDependerFunctions. repositoryDefinitionToCredentialsDepender(RepositoryDefinition repositoryDefinition)
-
Uses of RepositoryDefinition in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type RepositoryDefinition Modifier and Type Method Description default @NotNull List<RepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment)
Deprecated. -
Uses of RepositoryDefinition in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return RepositoryDefinition Modifier and Type Method Description RepositoryDefinition
EnvironmentService. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
UpdateEnvironmentRepositoryLink
dataRepositoryDefinition
EnvironmentServiceImpl. updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity)
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plan that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @NotNull List<RepositoryDefinition>
AbstractChain. getEffectiveRepositoryDefinitions()
-
Uses of RepositoryDefinition in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @NotNull List<RepositoryDefinition>
ChainBranchImpl. getEffectiveRepositoryDefinitions()
-
Uses of RepositoryDefinition in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @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
Classes in com.atlassian.bamboo.repository that implement RepositoryDefinition Modifier and Type Class Description class
LegacyRepositoryDefinitionImpl
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
RepositoryDefinitionForTest
class
RepositoryDefinitionImpl
Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.task.repository that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment)
@NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
default @NotNull List<RepositoryDefinition>
RepositoryAwareTaskConfigurator. getRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
Deprecated.since 7.0 useRepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, ImmutableJob)
instead. -
Uses of RepositoryDefinition in com.atlassian.bamboo.testutils.repository
Methods in com.atlassian.bamboo.testutils.repository that return RepositoryDefinition Modifier and Type Method Description static @NotNull RepositoryDefinition
RepositoryDefinitionMocks. mockRepositoryDefinition(Class<? extends Repository> repositoryClass, String pluginKey)
-
Uses of RepositoryDefinition in com.atlassian.bamboo.v2.build
Method parameters in com.atlassian.bamboo.v2.build with type arguments of type RepositoryDefinition Modifier and Type Method Description void
BuildContextImpl. setRelevantRepositories(@NotNull Set<RepositoryDefinition> relevantRepositories)
-
Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.admin.bulk
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return types with arguments of type RepositoryDefinition Modifier and Type Method Description @Nullable List<RepositoryDefinition>
BulkPlanAction. getSelectedRepositoryDefinitions(Plan plan)
-
Uses of RepositoryDefinition in com.atlassian.bamboo.ww2.actions.chains.admin
Methods in com.atlassian.bamboo.ww2.actions.chains.admin that return types with arguments of type RepositoryDefinition Modifier and Type Method Description List<RepositoryDefinition>
ViewPlanConfiguration. getRepositoryDefinitions(@NotNull String pluginKey, String[] selectedRepositories)
List<RepositoryDefinition>
ViewPlanConfiguration. getRepositoryDefinitions(String[] selectedRepositories)
-