org.jenkinsci.plugins.ivytrigger.service
Class IvyTriggerEvaluator
java.lang.Object
org.jenkinsci.plugins.ivytrigger.service.IvyTriggerEvaluator
- All Implemented Interfaces:
- hudson.remoting.Callable<Map<String,String>,org.jenkinsci.lib.xtrigger.XTriggerException>, Serializable
public class IvyTriggerEvaluator
- extends Object
- implements hudson.remoting.Callable<Map<String,String>,org.jenkinsci.lib.xtrigger.XTriggerException>
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
|
Constructor Summary |
IvyTriggerEvaluator(hudson.FilePath ivyFilePath,
hudson.FilePath ivySettingsFilePath,
org.jenkinsci.lib.xtrigger.XTriggerLog log)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IvyTriggerEvaluator
public IvyTriggerEvaluator(hudson.FilePath ivyFilePath,
hudson.FilePath ivySettingsFilePath,
org.jenkinsci.lib.xtrigger.XTriggerLog log)
call
public Map<String,String> call()
throws org.jenkinsci.lib.xtrigger.XTriggerException
- Specified by:
call in interface hudson.remoting.Callable<Map<String,String>,org.jenkinsci.lib.xtrigger.XTriggerException>
- Throws:
org.jenkinsci.lib.xtrigger.XTriggerException
Copyright © 2004-2011. All Rights Reserved.