@Entity public class VariableContextSnapshotImpl extends BambooEntityObject implements VariableContextSnapshot
ORDERING| Constructor and Description |
|---|
VariableContextSnapshotImpl() |
VariableContextSnapshotImpl(String key,
String value,
VariableType variableType,
ResultsSummary resultSummary) |
| Modifier and Type | Method and Description |
|---|---|
static VariableContextSnapshot |
clone(@NotNull VariableContextSnapshot input) |
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 VariableContextSnapshotImpl()
public VariableContextSnapshotImpl(String key, String value, VariableType variableType, ResultsSummary resultSummary)
public static VariableContextSnapshot clone(@NotNull @NotNull VariableContextSnapshot input)
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 VariableContextSnapshotpublic void setResultSummary(ResultsSummary resultSummary)
setResultSummary in interface VariableContextSnapshotpublic 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 © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.