Class BatchCommandInstaller
java.lang.Object
hudson.tools.ToolInstaller
com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.AbstractExtraToolInstaller
com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.BatchCommandInstaller
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
Installs tool via script execution of Batch script.
Inspired by the
CommandInstaller
from the Jenkins core.- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tools.ToolInstaller
ToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.tools.ToolInstaller
tool
-
Constructor Summary
ConstructorDescriptionBatchCommandInstaller
(String label, String command, String toolHome, boolean failOnSubstitution) -
Method Summary
Modifier and TypeMethodDescriptionperformInstallation
(ToolInstallation tool, Node node, TaskListener log) Methods inherited from class com.synopsys.arc.jenkinsci.plugins.extratoolinstallers.installers.AbstractExtraToolInstaller
getToolHome, isFailOnSubstitution, substituteNodeVariablesValidated
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
BatchCommandInstaller
-
-
Method Details
-
getCommand
-
performInstallation
public FilePath performInstallation(ToolInstallation tool, Node node, TaskListener log) throws IOException, InterruptedException - Specified by:
performInstallation
in classToolInstaller
- Throws:
IOException
InterruptedException
-