org.jenkinsci.plugins.envinject.service
Class EnvInjectActionSetter
java.lang.Object
org.jenkinsci.plugins.envinject.service.EnvInjectActionSetter
- All Implemented Interfaces:
- Serializable
public class EnvInjectActionSetter
- 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 |
EnvInjectActionSetter
public EnvInjectActionSetter(hudson.FilePath rootPath)
addEnvVarsToEnvInjectBuildAction
public void addEnvVarsToEnvInjectBuildAction(hudson.model.AbstractBuild<?,?> build,
Map<String,String> envMap)
throws EnvInjectException,
IOException,
InterruptedException
- Throws:
EnvInjectException
IOException
InterruptedException
getCurrentEnvVars
public Map<String,String> getCurrentEnvVars(hudson.model.AbstractBuild<?,?> build)
- Get a new map with the current envMap
Copyright © 2004-2011. All Rights Reserved.