public class IvyTriggerEvaluator extends jenkins.MasterToSlaveFileCallable<Map<String,IvyDependencyValue>>
| Constructor and Description |
|---|
IvyTriggerEvaluator(String namespace,
hudson.FilePath ivyFilePath,
hudson.FilePath ivySettingsFilePath,
URL ivySettingsURL,
hudson.FilePath propertiesFilePath,
String propertiesContent,
org.jenkinsci.lib.xtrigger.XTriggerLog log,
boolean debug,
boolean downloadArtifacts,
Map<String,String> envVars) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IvyDependencyValue> |
invoke(File launchDir,
hudson.remoting.VirtualChannel channel) |
public IvyTriggerEvaluator(String namespace, hudson.FilePath ivyFilePath, hudson.FilePath ivySettingsFilePath, URL ivySettingsURL, hudson.FilePath propertiesFilePath, String propertiesContent, org.jenkinsci.lib.xtrigger.XTriggerLog log, boolean debug, boolean downloadArtifacts, Map<String,String> envVars)
public Map<String,IvyDependencyValue> invoke(File launchDir, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.