public class BatchCommandInstaller extends AbstractExtraToolInstaller
CommandInstaller from the Jenkins core.| Modifier and Type | Class and Description |
|---|---|
static class |
BatchCommandInstaller.DescriptorImpl |
| Constructor and Description |
|---|
BatchCommandInstaller(String label,
String command,
String toolHome,
boolean failOnSubstitution) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
hudson.FilePath |
performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log) |
getToolHome, isFailOnSubstitution, substituteNodeVariablesValidatedpublic String getCommand()
public hudson.FilePath performInstallation(hudson.tools.ToolInstallation tool,
hudson.model.Node node,
hudson.model.TaskListener log)
throws IOException,
InterruptedException
performInstallation in class hudson.tools.ToolInstallerIOExceptionInterruptedExceptionCopyright © 2016–2020. All rights reserved.