Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.model.configuration | |
com.atlassian.bamboo.variable | |
com.atlassian.bamboo.variable.baseline |
Modifier and Type | Method and Description |
---|---|
VariableType |
RestVariableSubstitutionContext.getVariableType() |
Modifier and Type | Method and Description |
---|---|
void |
RestVariableSubstitutionContext.setVariableType(VariableType variableType) |
Modifier and Type | Method and Description |
---|---|
VariableType |
VariableSubstitutionImpl.getVariableType() |
VariableType |
VariableDefinitionImpl.getVariableType() |
VariableType |
StageVariableContextImpl.getVariableType() |
VariableType |
VariableDefinitionContextImpl.getVariableType() |
VariableType |
VariableSubstitutionContextImpl.getVariableType() |
VariableType |
VariableContextSnapshotImpl.getVariableType() |
VariableType |
VariableDefinitionContext.getVariableType()
VariableType shows the source of variable value as it was evaluated before build execution |
VariableType |
VariableDefinitionIdentifier.getVariableType()
VariableType shows the source of variable value as it was evaluated before build execution |
VariableType |
VariableSubstitutionContext.getVariableType() |
static VariableType |
VariableFunctions.getVariableType(VariableDefinitionIdentifier input) |
static VariableType |
VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<VariableDefinitionContext,VariableType> |
VariableFunctions.getVariableDefinitionContextType() |
static com.google.common.base.Function<VariableDefinition,VariableType> |
VariableFunctions.getVariableDefinitionType() |
Modifier and Type | Method and Description |
---|---|
static void |
BuiltInVariableHelper.addVariableContext(Map<String,VariableDefinitionContext> variables,
String key,
String value,
VariableType variableType)
Helper function adding
VariableDefinitionContext to a map that can later be used during variable substitution. |
static void |
BuiltInVariableHelper.createRepositoryVariables(Map<String,VariableDefinitionContext> variables,
List<PlanRepositoryDefinition> repositoryDefinitions,
BuildChanges buildChanges,
VariableType variableType,
VcsRepositoryManager vcsRepositoryManager) |
static void |
BuiltInVariableHelper.createRepositoryVariables(Map<String,VariableDefinitionContext> variables,
ResultsSummary resultsSummary,
VariableType variableType,
RepositoryDefinitionManager repositoryDefinitionManager,
VcsRepositoryManager vcsRepositoryManager) |
Map<String,String> |
VariableDefinitionManagerImpl.getSimpleVariableMapByType(VariableContext variableContext,
VariableType variableType) |
Map<String,String> |
VariableDefinitionAccessorImpl.getSimpleVariableMapByType(VariableContext variableContext,
VariableType variableType) |
Map<String,String> |
VariableDefinitionAccessor.getSimpleVariableMapByType(VariableContext variableContext,
VariableType variableType)
Filter variable context by variable type and return as simple key/value map
|
void |
VariableSubstitutionImpl.setVariableType(VariableType variableType) |
void |
VariableDefinitionImpl.setVariableType(VariableType variableType) |
void |
StageVariableContextImpl.setVariableType(VariableType variableType) |
void |
VariableDefinitionContextImpl.setVariableType(VariableType variableType) |
void |
VariableSubstitutionContextImpl.setVariableType(VariableType variableType) |
void |
VariableContextSnapshotImpl.setVariableType(VariableType variableType) |
void |
VariableDefinitionContext.setVariableType(VariableType variableType) |
void |
VariableSubstitutionContext.setVariableType(VariableType variableType) |
Constructor and Description |
---|
StageVariableContextImpl(String key,
String value,
VariableType variableType,
ChainStageResult chainStageResult) |
VariableContextSnapshotImpl(String key,
String value,
VariableType variableType,
ResultsSummary resultSummary) |
VariableDefinitionContextImpl(String key,
String value,
VariableType variableType) |
VariableDefinitionImpl(String key,
String value,
Plan plan,
VariableType variableType) |
VariableSubstitutionContextImpl(String key,
String value,
VariableType variableType) |
VariableSubstitutionImpl(String key,
String value,
VariableType variableType,
ResultsSummary resultSummary) |
Modifier and Type | Method and Description |
---|---|
VariableType |
VariableBaselineItemImpl.getVariableType() |
Modifier and Type | Method and Description |
---|---|
void |
VariableBaselineItemImpl.setVariableType(VariableType variableType) |
Constructor and Description |
---|
VariableBaselineItemImpl(String key,
String value,
VariableType variableType,
VariableContextBaseline owningBaseline) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.