| Package | Description |
|---|---|
| com.atlassian.bamboo.variable |
| Modifier and Type | Method and Description |
|---|---|
VariableType |
VariableSubstitutionContext.getVariableType() |
VariableType |
VariableDefinitionIdentifier.getVariableType()
VariableType shows the source of variable value as it was evaluated before build execution |
VariableType |
VariableDefinitionContext.getVariableType()
VariableType shows the source of variable value as it was evaluated before build execution |
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 |
|---|---|
Map<String,String> |
VariableDefinitionManager.getSimpleVariableMapByType(VariableContext variableContext,
VariableType variableType)
Filter variable context by variable type and return as simple key/value map
|
void |
VariableSubstitutionContext.setVariableType(VariableType variableType) |
void |
VariableDefinitionContext.setVariableType(VariableType variableType) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.