Uses of Class
hudson.tools.ToolInstaller
-
Uses of ToolInstaller in hudson.model
Modifier and TypeMethodDescriptionList<? extends ToolInstaller>
JDK.DescriptorImpl.getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tasks
Modifier and TypeClassDescriptionstatic class
Automatic Maven installer from apache.org.Modifier and TypeMethodDescriptionList<? extends ToolInstaller>
Maven.MavenInstallation.DescriptorImpl.getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tools
Modifier and TypeClassDescriptionclass
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.Modifier and TypeClassDescriptionclass
A generic script-based installer.class
Installs tool via script execution of Batch script.class
Installs a tool by running an arbitrary shell command.class
Partial convenience implementation ofToolInstaller
that just downloads an archive from the URL and extracts it.class
Installs a tool into the Hudson working area by downloading and unpacking a ZIP file.Modifier and TypeFieldDescriptionInstallSourceProperty.installers
InstallSourceProperty.installers
Modifier and TypeMethodDescriptionToolInstallerDescriptor.all()
List<? extends ToolInstaller>
ToolDescriptor.getDefaultInstallers()
Optional list of installers to be configured by default for new tools of this type.