org.jenkinsci.plugins.envinject.service
Class EnvInjectMasterEnvVarsSetter

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.service.EnvInjectMasterEnvVarsSetter
All Implemented Interfaces:
hudson.remoting.Callable<java.lang.Void,EnvInjectException>, java.io.Serializable

public class EnvInjectMasterEnvVarsSetter
extends java.lang.Object
implements hudson.remoting.Callable<java.lang.Void,EnvInjectException>

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectMasterEnvVarsSetter(hudson.EnvVars enVars)
           
 
Method Summary
 java.lang.Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectMasterEnvVarsSetter

public EnvInjectMasterEnvVarsSetter(hudson.EnvVars enVars)
Method Detail

call

public java.lang.Void call()
                    throws EnvInjectException
Specified by:
call in interface hudson.remoting.Callable<java.lang.Void,EnvInjectException>
Throws:
EnvInjectException


Copyright © 2004-2011. All Rights Reserved.