Package org.jenkinsci.plugins.ivytrigger
Class IvyTriggerEvaluator
java.lang.Object
jenkins.MasterToSlaveFileCallable<Map<String,IvyDependencyValue>>
org.jenkinsci.plugins.ivytrigger.IvyTriggerEvaluator
- All Implemented Interfaces:
FilePath.FileCallable<Map<String,,IvyDependencyValue>> Serializable,org.jenkinsci.remoting.RoleSensitive
- Author:
- Gregory Boissinot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIvyTriggerEvaluator(String namespace, FilePath ivyFilePath, FilePath ivySettingsFilePath, URL ivySettingsURL, FilePath propertiesFilePath, String propertiesContent, org.jenkinsci.plugins.xtriggerapi.XTriggerLog log, boolean debug, boolean downloadArtifacts, Map<String, String> envVars) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
Constructor Details
-
IvyTriggerEvaluator
-
-
Method Details
-
invoke
public Map<String,IvyDependencyValue> invoke(File launchDir, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-