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()
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 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.