@Entity 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, setLastModificationDate
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setId
getId
public VariableSubstitutionImpl()
public VariableSubstitutionImpl(String key, String value, VariableType variableType, ResultsSummary resultSummary)
public String getKey()
VariableDefinitionIdentifier
getKey
in interface VariableDefinitionIdentifier
getKey
in interface VariableSubstitutionContext
public void setKey(String key)
setKey
in interface VariableSubstitutionContext
public String getValue()
VariableDefinitionIdentifier
getValue
in interface VariableDefinitionIdentifier
getValue
in interface VariableSubstitutionContext
public void setValue(String value)
setValue
in interface VariableSubstitutionContext
public ResultsSummary getResultSummary()
getResultSummary
in interface VariableSubstitution
public void setResultSummary(ResultsSummary resultSummary)
setResultSummary
in interface VariableSubstitution
public VariableType getVariableType()
VariableDefinitionIdentifier
VariableType
shows the source of variable value as it was evaluated before build executiongetVariableType
in interface VariableDefinitionIdentifier
getVariableType
in interface VariableSubstitutionContext
public void setVariableType(VariableType variableType)
setVariableType
in interface VariableSubstitutionContext
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.