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