public interface VariableDefinitionIdentifier
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<VariableDefinitionIdentifier> |
ORDERING
Common ordering for all implementing objects.
|
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 |
static final com.google.common.collect.Ordering<VariableDefinitionIdentifier> ORDERING
@NotNull String getKey()
@Nullable String getValue()
VariableType getVariableType()
VariableType
shows the source of variable value as it was evaluated before build executionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.