org.jenkinsci.plugins.envinject
Class EnvInjectGetEnvVarsFromPropertiesVariables

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.EnvInjectGetEnvVarsFromPropertiesVariables
All Implemented Interfaces:
hudson.remoting.Callable<Map<String,String>,Throwable>, Serializable

public class EnvInjectGetEnvVarsFromPropertiesVariables
extends Object
implements hudson.remoting.Callable<Map<String,String>,Throwable>

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectGetEnvVarsFromPropertiesVariables(EnvInjectInfo info, hudson.model.TaskListener listener)
           
 
Method Summary
 Map<String,String> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectGetEnvVarsFromPropertiesVariables

public EnvInjectGetEnvVarsFromPropertiesVariables(EnvInjectInfo info,
                                                  hudson.model.TaskListener listener)
Method Detail

call

public Map<String,String> call()
                        throws Throwable
Specified by:
call in interface hudson.remoting.Callable<Map<String,String>,Throwable>
Throws:
Throwable


Copyright © 2004-2011. All Rights Reserved.