public class VariableSubstitutionContextImpl extends Object implements VariableSubstitutionContext
ORDERING| Constructor and Description |
|---|
VariableSubstitutionContextImpl(String key,
String value,
VariableType variableType) |
VariableSubstitutionContextImpl(VariableSubstitutionContext variableSubstitutionContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Variable key as defined in UI
|
String |
getValue()
Variable value
|
VariableType |
getVariableType()
VariableType shows the source of variable value as it was evaluated before build execution |
void |
setKey(String key) |
void |
setValue(String value) |
void |
setVariableType(VariableType variableType) |
public VariableSubstitutionContextImpl(String key, String value, VariableType variableType)
public VariableSubstitutionContextImpl(VariableSubstitutionContext variableSubstitutionContext)
public String getKey()
VariableDefinitionIdentifiergetKey in interface VariableDefinitionIdentifiergetKey in interface VariableSubstitutionContextpublic void setKey(String key)
setKey in interface VariableSubstitutionContextpublic String getValue()
VariableDefinitionIdentifiergetValue in interface VariableDefinitionIdentifiergetValue in interface VariableSubstitutionContextpublic void setValue(String value)
setValue in interface VariableSubstitutionContextpublic VariableType getVariableType()
VariableDefinitionIdentifierVariableType shows the source of variable value as it was evaluated before build executiongetVariableType in interface VariableDefinitionIdentifiergetVariableType in interface VariableSubstitutionContextpublic void setVariableType(VariableType variableType)
setVariableType in interface VariableSubstitutionContextCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.