Package hudson.tools
Class BatchCommandInstaller
- java.lang.Object
-
- hudson.tools.ToolInstaller
-
- hudson.tools.AbstractCommandInstaller
-
- hudson.tools.BatchCommandInstaller
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ToolInstaller>
public class BatchCommandInstaller extends AbstractCommandInstaller
Installs tool via script execution of Batch script.- Since:
- 1.549
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BatchCommandInstaller.DescriptorImpl
-
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
Constructors Constructor Description BatchCommandInstaller(String label, String command, String toolHome)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getCommandCall(FilePath script)
Retrieves a call for remote script caller.String
getCommandFileExtension()
-
Methods inherited from class hudson.tools.AbstractCommandInstaller
getCommand, getToolHome, performInstallation
-
Methods inherited from class hudson.tools.ToolInstaller
appliesTo, getDescriptor, getLabel, preferredLocation, setTool
-
-
-
-
Method Detail
-
getCommandFileExtension
public String getCommandFileExtension()
- Specified by:
getCommandFileExtension
in classAbstractCommandInstaller
-
getCommandCall
public String[] getCommandCall(FilePath script)
Description copied from class:AbstractCommandInstaller
Retrieves a call for remote script caller.- Specified by:
getCommandCall
in classAbstractCommandInstaller
-
-