org.jenkinsci.plugins.envinject.service
Class EnvInjectScriptExecutorService

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.service.EnvInjectScriptExecutorService

public class EnvInjectScriptExecutorService
extends Object

Author:
Gregory Boissinot

Constructor Summary
EnvInjectScriptExecutorService(EnvInjectJobPropertyInfo info, Map<String,String> currentEnvVars, hudson.FilePath rootScriptExecutionPath, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Method Summary
 void executeScriptFromInfoObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectScriptExecutorService

public EnvInjectScriptExecutorService(EnvInjectJobPropertyInfo info,
                                      Map<String,String> currentEnvVars,
                                      hudson.FilePath rootScriptExecutionPath,
                                      hudson.Launcher launcher,
                                      hudson.model.BuildListener listener)
Method Detail

executeScriptFromInfoObject

public void executeScriptFromInfoObject()
                                 throws EnvInjectException
Throws:
EnvInjectException


Copyright © 2004-2011. All Rights Reserved.