public interface IEnvironmentVariable extends JSONSerializeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEnvironmentVariable.IEnvVarSource
Marker interface for sources of environment variables
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the env var
|
String |
getValue()
The value of the environment variable or null if not defined.
|
IEnvironmentVariable.IEnvVarSource |
getValueFrom()
The ref value or null if not defined
|
String |
toJson()
The JSON representation
|
toJsonString getName()
String getValue()
IEnvironmentVariable.IEnvVarSource getValueFrom()
String toJson()
JSONSerializeabletoJson in interface JSONSerializeableCopyright © 2019 Red Hat, Inc. All Rights Reserved.