public class EnvironmentResolver extends Object
| Constructor and Description |
|---|
EnvironmentResolver()
Creates a new instance of
EnvironmentResolver. |
| Modifier and Type | Method and Description |
|---|---|
String |
expandEnvironmentVariables(hudson.EnvVars environment,
String nonExpandedValue)
Resolves build parameters in the specified string value to
resolveVariablesDepth times. |
public EnvironmentResolver()
EnvironmentResolver. Attempts up to RESOLVE_VARIABLE_DEPTH_DEFAULT
times to resolve a variable.public String expandEnvironmentVariables(@Nullable hudson.EnvVars environment, String nonExpandedValue)
resolveVariablesDepth times.environment - environment variablesnonExpandedValue - the value to expandCopyright © 2016–2020. All rights reserved.