org.jenkinsci.plugins.envinject.service
Class PropertiesVariablesRetriever

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

public class PropertiesVariablesRetriever
extends java.lang.Object
implements hudson.remoting.Callable<java.util.Map<java.lang.String,java.lang.String>,java.lang.Throwable>

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
PropertiesVariablesRetriever(EnvInjectInfo info, java.util.Map<java.lang.String,java.lang.String> currentEnvVars, EnvInjectLogger logger)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesVariablesRetriever

public PropertiesVariablesRetriever(EnvInjectInfo info,
                                    java.util.Map<java.lang.String,java.lang.String> currentEnvVars,
                                    EnvInjectLogger logger)
Method Detail

call

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


Copyright © 2004-2011. All Rights Reserved.