org.jenkinsci.lib.envinject.service
Class EnvVarsResolver
java.lang.Object
org.jenkinsci.lib.envinject.service.EnvVarsResolver
- All Implemented Interfaces:
- Serializable
public class EnvVarsResolver
- extends Object
- implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvVarsResolver
public EnvVarsResolver()
getPollingEnvVars
public Map<String,String> getPollingEnvVars(hudson.model.AbstractProject project,
hudson.model.Node node)
throws EnvInjectException
- Throws:
EnvInjectException
getEnVars
public Map<String,String> getEnVars(hudson.model.AbstractBuild build)
throws EnvInjectException
- Throws:
EnvInjectException
resolveEnvVars
public String resolveEnvVars(hudson.model.AbstractBuild build,
String value)
throws EnvInjectException
- Throws:
EnvInjectException
Copyright © 2004-2013. All Rights Reserved.