Modifier and Type | Method and Description |
---|---|
static SharedCredentialDepender |
CredentialsDependerFunctions.repositoryDefinitionToCredentialsDepender(RepositoryDefinition repositoryDefinition) |
Modifier and Type | Method and Description |
---|---|
default List<RepositoryDefinition> |
RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
Environment environment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RepositoryDefinition |
EnvironmentServiceImpl.updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink,
RepositoryDataEntity newRepositoryEntity) |
RepositoryDefinition |
EnvironmentService.updateRepositoryLinkInEnvironment(EnvironmentRepositoryLink environmentRepositoryLink,
RepositoryDataEntity newRepositoryEntity)
Update
EnvironmentRepositoryLink data |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
EnvironmentServiceImpl.getRepositoryDefinitionsForEnvironment(Environment environment) |
List<RepositoryDefinition> |
EnvironmentService.getRepositoryDefinitionsForEnvironment(Environment environment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
AbstractChain.getEffectiveRepositoryDefinitions() |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
ChainBranchImpl.getEffectiveRepositoryDefinitions() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<RepositoryDefinition> |
AbstractImmutableChain.getEffectiveRepositoryDefinitions() |
List<RepositoryDefinition> |
ImmutableChain.getEffectiveRepositoryDefinitions()
Deprecated.
since 5.14
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyRepositoryDefinitionImpl
Deprecated.
since 5.14 use
RepositoryDefinitionImpl |
class |
RepositoryDefinitionForTest |
class |
RepositoryDefinitionImpl |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
RepositoryDefinitionManagerImpl.getRepositoryDefinitionsForPlan(ImmutablePlan plan) |
List<RepositoryDefinition> |
RepositoryDefinitionManager.getRepositoryDefinitionsForPlan(ImmutablePlan plan)
Deprecated.
since 5.14
|
static Predicate<RepositoryDefinition> |
RepositoryPredicates.hasRepositoryDefinitionEqualPluginKey(String pluginKey)
Deprecated.
since 5.15, use
BambooPluginUtils.pluginKeyEquals(String) |
static Predicate<RepositoryDefinition> |
RepositoryPredicates.isRepositoryDefinitionDefault()
Get a predicate that returns true for
RepositoryDefinition which is has position == 0 (is default) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
Environment environment) |
List<RepositoryDefinition> |
AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
ImmutableJob job) |
default List<RepositoryDefinition> |
RepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition,
ImmutableJob job)
Deprecated.
since 7.0 use
RepositoryAwareTaskConfigurator.getPlanRepositoriesUsedByTask(TaskDefinition, ImmutableJob) instead. |
Modifier and Type | Method and Description |
---|---|
static RepositoryDefinition |
RepositoryDefinitionMocks.mockRepositoryDefinition(Class<? extends Repository> repositoryClass,
String pluginKey) |
Modifier and Type | Method and Description |
---|---|
void |
BuildContextImpl.setRelevantRepositories(Set<RepositoryDefinition> relevantRepositories) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
BulkPlanAction.getSelectedRepositoryDefinitions(Plan plan) |
Modifier and Type | Method and Description |
---|---|
List<RepositoryDefinition> |
ViewPlanConfiguration.getRepositoryDefinitions(String[] selectedRepositories) |
List<RepositoryDefinition> |
ViewPlanConfiguration.getRepositoryDefinitions(String pluginKey,
String[] selectedRepositories) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.