org.jenkinsci.plugins.envinject.service
Class EnvInjectActionSetter
java.lang.Object
org.jenkinsci.plugins.envinject.service.EnvInjectActionSetter
- All Implemented Interfaces:
- java.io.Serializable
public class EnvInjectActionSetter
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Method Summary |
void |
addEnvVarsToEnvInjectBuildAction(hudson.model.AbstractBuild<?,?> build,
java.util.Map<java.lang.String,java.lang.String> envMap)
|
java.util.Map<java.lang.String,java.lang.String> |
getCurrentEnvVars(hudson.model.AbstractBuild<?,?> build)
Get a new map with the current envMap |
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,
java.util.Map<java.lang.String,java.lang.String> envMap)
throws EnvInjectException,
java.io.IOException,
java.lang.InterruptedException
- Throws:
EnvInjectException
java.io.IOException
java.lang.InterruptedException
getCurrentEnvVars
public java.util.Map<java.lang.String,java.lang.String> getCurrentEnvVars(hudson.model.AbstractBuild<?,?> build)
- Get a new map with the current envMap
Copyright © 2004-2011. All Rights Reserved.