Package hudson.tools
Class CommandInstaller
java.lang.Object
hudson.tools.ToolInstaller
hudson.tools.AbstractCommandInstaller
hudson.tools.CommandInstaller
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
Installs a tool by running an arbitrary shell command.
- Since:
- 1.305
-
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
-
CommandInstaller
-
-
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
-