@Deprecated @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class EnvVarsResolver extends Object implements Serializable
| Constructor and Description |
|---|
EnvVarsResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getEnVars(hudson.model.AbstractBuild build)
Deprecated.
|
Map<String,String> |
getPollingEnvVars(hudson.model.AbstractProject project,
hudson.model.Node node)
Deprecated.
|
String |
resolveEnvVars(hudson.model.AbstractBuild build,
String value)
Deprecated.
|
public Map<String,String> getPollingEnvVars(hudson.model.AbstractProject project, hudson.model.Node node) throws EnvInjectException
EnvInjectExceptionpublic Map<String,String> getEnVars(hudson.model.AbstractBuild build) throws EnvInjectException
EnvInjectExceptionpublic String resolveEnvVars(hudson.model.AbstractBuild build, String value) throws EnvInjectException
EnvInjectExceptionCopyright © 2004–2017. All rights reserved.