Package hudson.tools
Class BatchCommandInstaller
java.lang.Object
hudson.tools.ToolInstaller
hudson.tools.AbstractCommandInstaller
hudson.tools.BatchCommandInstaller
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
Installs tool via script execution of Batch script.
- Since:
- 1.549
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tools.AbstractCommandInstaller
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
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
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getCommandCall
(FilePath script) Retrieves a call for remote script caller.Methods inherited from class hudson.tools.AbstractCommandInstaller
getCommand, getToolHome, performInstallation
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
Constructor Details
-
BatchCommandInstaller
-
-
Method Details
-
getCommandFileExtension
- Specified by:
getCommandFileExtension
in classAbstractCommandInstaller
-
getCommandCall
Description copied from class:AbstractCommandInstaller
Retrieves a call for remote script caller.- Specified by:
getCommandCall
in classAbstractCommandInstaller
-