public class VariableSubstitutionImpl extends BambooEntityObject implements VariableSubstitution
ORDERING| Constructor and Description |
|---|
VariableSubstitutionImpl() |
VariableSubstitutionImpl(String key,
String value,
VariableType variableType,
ResultsSummary resultSummary) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Variable key as defined in UI
|
ResultsSummary |
getResultSummary() |
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 |
setResultSummary(ResultsSummary resultSummary) |
void |
setValue(String value) |
void |
setVariableType(VariableType variableType) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic VariableSubstitutionImpl()
public VariableSubstitutionImpl(String key, String value, VariableType variableType, ResultsSummary resultSummary)
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 ResultsSummary getResultSummary()
getResultSummary in interface VariableSubstitutionpublic void setResultSummary(ResultsSummary resultSummary)
setResultSummary in interface VariableSubstitutionpublic 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 © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.