public class EnvironmentVariable extends Object
Constructor and Description |
---|
EnvironmentVariable() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name of the environment variable.
|
String |
secureValue()
Get the value of the secure environment variable.
|
String |
value()
Get the value of the environment variable.
|
EnvironmentVariable |
withName(String name)
Set the name of the environment variable.
|
EnvironmentVariable |
withSecureValue(String secureValue)
Set the value of the secure environment variable.
|
EnvironmentVariable |
withValue(String value)
Set the value of the environment variable.
|
public String name()
public EnvironmentVariable withName(String name)
name
- the name value to setpublic String value()
public EnvironmentVariable withValue(String value)
value
- the value value to setpublic String secureValue()
public EnvironmentVariable withSecureValue(String secureValue)
secureValue
- the secureValue value to setCopyright © 2019. All rights reserved.