org.jenkinsci.plugins.envinject.service
Class EnvInjectActionSetter

java.lang.Object
  extended by 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

Constructor Summary
EnvInjectActionSetter(hudson.FilePath rootPath)
           
 
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
 

Constructor Detail

EnvInjectActionSetter

public EnvInjectActionSetter(hudson.FilePath rootPath)
Method Detail

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.