org.jenkinsci.plugins.envinject.service
Class EnvInjectMasterEnvVarsSetter

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

public class EnvInjectMasterEnvVarsSetter
extends Object
implements hudson.remoting.Callable<Void,org.jenkinsci.lib.envinject.EnvInjectException>

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectMasterEnvVarsSetter(hudson.EnvVars enVars)
           
 
Method Summary
 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 Void call()
          throws org.jenkinsci.lib.envinject.EnvInjectException
Specified by:
call in interface hudson.remoting.Callable<Void,org.jenkinsci.lib.envinject.EnvInjectException>
Throws:
org.jenkinsci.lib.envinject.EnvInjectException


Copyright © 2004-2013. All Rights Reserved.