org.jenkinsci.plugins.envinject.service
Class PropertiesVariablesRetriever
java.lang.Object
org.jenkinsci.plugins.envinject.service.PropertiesVariablesRetriever
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<Map<String,String>>, Serializable
public class PropertiesVariablesRetriever
- extends Object
- implements hudson.FilePath.FileCallable<Map<String,String>>
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesVariablesRetriever
public PropertiesVariablesRetriever(String propertiesFilePath,
String propertiesContent,
Map<String,String> currentEnvVars,
org.jenkinsci.lib.envinject.EnvInjectLogger logger)
invoke
public Map<String,String> invoke(File base,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Specified by:
invoke
in interface hudson.FilePath.FileCallable<Map<String,String>>
- Throws:
IOException
InterruptedException
Copyright © 2004-2012. All Rights Reserved.