Uses of Interface
com.atlassian.bamboo.repository.RepositoryDefinition
Packages that use RepositoryDefinition
Package
Description
-
Uses of RepositoryDefinition in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials with parameters of type RepositoryDefinitionModifier and TypeMethodDescriptionstatic 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 RepositoryDefinitionModifier and TypeMethodDescriptiondefault @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 RepositoryDefinitionModifier and TypeMethodDescriptionEnvironmentService.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) UpdateEnvironmentRepositoryLink
dataEnvironmentServiceImpl.updateRepositoryLinkInEnvironment
(EnvironmentRepositoryLink environmentRepositoryLink, RepositoryDataEntity newRepositoryEntity) Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type RepositoryDefinitionModifier 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.repository
Classes in com.atlassian.bamboo.repository that implement RepositoryDefinitionModifier and TypeClassDescriptionclass
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
class
Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDefinitionModifier 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
Methods in com.atlassian.bamboo.task.repository that return types with arguments of type RepositoryDefinitionModifier and TypeMethodDescription@NotNull List<RepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask
(@NotNull TaskDefinition taskDefinition, @NotNull Environment environment) -
Uses of RepositoryDefinition in com.atlassian.bamboo.testutils.repository
Methods in com.atlassian.bamboo.testutils.repository that return RepositoryDefinitionModifier and TypeMethodDescriptionstatic @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 RepositoryDefinitionModifier and TypeMethodDescriptionvoid
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 RepositoryDefinitionModifier and TypeMethodDescription@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 RepositoryDefinitionModifier and TypeMethodDescriptionViewPlanConfiguration.getRepositoryDefinitions
(@NotNull String pluginKey, String[] selectedRepositories) ViewPlanConfiguration.getRepositoryDefinitions
(String[] selectedRepositories)
RepositoryAwareDeploymentTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, InternalEnvironment)
instead.