org.jenkinsci.plugins.envinject.service
Class EnvInjectScriptExecutorService

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

public class EnvInjectScriptExecutorService
extends java.lang.Object

Author:
Gregory Boissinot

Constructor Summary
EnvInjectScriptExecutorService(EnvInjectJobPropertyInfo info, java.util.Map<java.lang.String,java.lang.String> currentEnvVars, hudson.FilePath rootScriptExecutionPath, hudson.Launcher launcher, EnvInjectLogger logger)
           
 
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,
                                      java.util.Map<java.lang.String,java.lang.String> currentEnvVars,
                                      hudson.FilePath rootScriptExecutionPath,
                                      hudson.Launcher launcher,
                                      EnvInjectLogger logger)
Method Detail

executeScriptFromInfoObject

public void executeScriptFromInfoObject()
                                 throws EnvInjectException
Throws:
EnvInjectException


Copyright © 2004-2011. All Rights Reserved.