Modifier and Type | Method and Description |
---|---|
protected io.atlassian.fugue.Pair<String,String> |
VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId,
MutableVersionNamingScheme versionNamingScheme,
String nextSubstitutedName,
VariableSubstitutor variableSubstitutor) |
Modifier and Type | Method and Description |
---|---|
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable) |
<V> V |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable) |
<V> V |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
void |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable) |
void |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable) |
void |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable)
Run operation with provided
VariableSubstitutor in thread local context. |
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Supplier<V> supplier) |
<V> V |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Supplier<V> supplier) |
<V> V |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Supplier<V> supplier)
Run operation with provided
VariableSubstitutor in thread local context. |
Modifier and Type | Class and Description |
---|---|
class |
VariableSubstitutorImpl |
Modifier and Type | Method and Description |
---|---|
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForCommonContext(CommonContext commonContext) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForCommonContext(CommonContext commonContext) |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForGlobalContext() |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForGlobalContext() |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForPlan(ImmutablePlan plan) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForPlan(ImmutablePlan plan) |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
VcsRepositoryConfigurationComparator.isTheSameBranch(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
VcsRepositoryData first,
VcsRepositoryData second)
Compares 2 branches in of a single variable set.
|
boolean |
VcsRepositoryConfigurationComparatorImpl.isTheSameBranch(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
VcsRepositoryData first,
VcsRepositoryData second)
Compares 2 branches in of a certain variable set.
|
boolean |
VcsRepositoryConfigurationComparator.isTheSameVcsLocation(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
VcsRepositoryData first,
VcsRepositoryData second)
Compares 2 repository locations in context of a single variable set.
|
boolean |
VcsRepositoryConfigurationComparatorImpl.isTheSameVcsLocation(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
VcsRepositoryData first,
VcsRepositoryData second)
Compares 2 repository locations in context of a certain variable set.
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.