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 SummaryNested ClassesNested classes/interfaces inherited from class hudson.tools.AbstractCommandInstallerAbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>Nested classes/interfaces inherited from class hudson.tools.ToolInstallerToolInstaller.ToolInstallerEntry, ToolInstaller.ToolInstallerListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.tools.ToolInstallertool
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionString[]getCommandCall(FilePath script) Retrieves a call for remote script caller.Methods inherited from class hudson.tools.AbstractCommandInstallergetCommand, getToolHome, performInstallationMethods inherited from class hudson.tools.ToolInstallerappliesTo, getDescriptor, getLabel, preferredLocation, setTool
- 
Constructor Details- 
BatchCommandInstaller
 
- 
- 
Method Details- 
getCommandFileExtension- Specified by:
- getCommandFileExtensionin class- AbstractCommandInstaller
 
- 
getCommandCallDescription copied from class:AbstractCommandInstallerRetrieves a call for remote script caller.- Specified by:
- getCommandCallin class- AbstractCommandInstaller
 
 
-