org.jenkinsci.plugins.ivytrigger
Class IvyTriggerEvaluator
java.lang.Object
org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<Map<String,IvyDependencyValue>>, Serializable
public class IvyTriggerEvaluator
- extends Object
- implements hudson.FilePath.FileCallable<Map<String,IvyDependencyValue>>
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
|
Constructor Summary |
IvyTriggerEvaluator(String namespace,
hudson.FilePath ivyFilePath,
hudson.FilePath ivySettingsFilePath,
hudson.FilePath propertiesFilePath,
String propertiesContent,
org.jenkinsci.lib.xtrigger.XTriggerLog log,
boolean debug,
Map<String,String> envVars)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IvyTriggerEvaluator
public IvyTriggerEvaluator(String namespace,
hudson.FilePath ivyFilePath,
hudson.FilePath ivySettingsFilePath,
hudson.FilePath propertiesFilePath,
String propertiesContent,
org.jenkinsci.lib.xtrigger.XTriggerLog log,
boolean debug,
Map<String,String> envVars)
invoke
public Map<String,IvyDependencyValue> invoke(File launchDir,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Specified by:
invoke in interface hudson.FilePath.FileCallable<Map<String,IvyDependencyValue>>
- Throws:
IOException
InterruptedException
Copyright © 2004-2012. All Rights Reserved.