public static class EnvVariablesInjector.Entity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LIST_DELIMITER |
String |
envName |
String |
envValue |
boolean |
isList
Deprecated.
|
boolean |
isOverrides
Deprecated.
|
String |
listDelimiter
Deprecated.
|
Constructor and Description |
---|
Entity(String envName,
String envValue) |
Entity(String envName,
String envValue,
String listDelimiter,
boolean isList,
boolean isOverrides)
Deprecated.
Not implemented in 0.3
|
Modifier and Type | Method and Description |
---|---|
void |
Inject(EnvVars target)
Deprecated.
Use
injectVariables(hudson.EnvVars) instead.
This method will be removed in future versions. |
void |
injectVariables(EnvVars target)
Inject variables into EnvVars
|
public String envName
public String envValue
public static final String DEFAULT_LIST_DELIMITER
@Deprecated public String listDelimiter
@Deprecated public boolean isList
@Deprecated public boolean isOverrides
public void Inject(@Nonnull EnvVars target) throws IOException
injectVariables(hudson.EnvVars)
instead.
This method will be removed in future versions.IOException
public void injectVariables(@Nonnull EnvVars target) throws IOException
target
- Target environmentIOException
- Exception during modification of EnvVarsCopyright © 2016–2021. All rights reserved.