Uses of Class
hudson.tools.AbstractCommandInstaller
-
Packages that use AbstractCommandInstaller Package Description hudson.tools -
-
Uses of AbstractCommandInstaller in hudson.tools
Classes in hudson.tools with type parameters of type AbstractCommandInstaller Modifier and Type Class Description static class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
Subclasses of AbstractCommandInstaller in hudson.tools Modifier and Type Class Description class
BatchCommandInstaller
Installs tool via script execution of Batch script.class
CommandInstaller
Installs a tool by running an arbitrary shell command.
-