org.jenkinsci.plugins.ivytrigger.service
Class IvyTriggerEvaluator

java.lang.Object
  extended by org.jenkinsci.plugins.ivytrigger.service.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, Map<String,String> envVars)
           
 
Method Summary
 Map<String,IvyDependencyValue> invoke(File launchDir, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvyTriggerEvaluator

public IvyTriggerEvaluator(String namespace,
                           hudson.FilePath ivyFilePath,
                           hudson.FilePath ivySettingsFilePath,
                           hudson.FilePath propertiesFilePath,
                           String propertiesContent,
                           org.jenkinsci.lib.xtrigger.XTriggerLog log,
                           Map<String,String> envVars)
Method Detail

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.