Uses of Class
hudson.tools.ToolInstaller
Packages that use ToolInstaller
-
Uses of ToolInstaller in hudson.model
Methods in hudson.model that return types with arguments of type ToolInstallerModifier and TypeMethodDescriptionList<? extends ToolInstaller>
JDK.DescriptorImpl.getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tasks
Subclasses of ToolInstaller in hudson.tasksModifier and TypeClassDescriptionstatic class
Automatic Maven installer from apache.org.Methods in hudson.tasks that return types with arguments of type ToolInstallerModifier and TypeMethodDescriptionList<? extends ToolInstaller>
Maven.MavenInstallation.DescriptorImpl.getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tools
Classes in hudson.tools with type parameters of type ToolInstallerModifier and TypeClassDescriptionclass
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.Subclasses of ToolInstaller in hudson.toolsModifier 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.Fields in hudson.tools with type parameters of type ToolInstallerModifier and TypeFieldDescriptionInstallSourceProperty.installers
InstallSourceProperty.installers
Methods in hudson.tools that return types with arguments of type ToolInstallerModifier and TypeMethodDescriptionToolInstallerDescriptor.all()
List<? extends ToolInstaller>
ToolDescriptor.getDefaultInstallers()
Optional list of installers to be configured by default for new tools of this type.Constructor parameters in hudson.tools with type arguments of type ToolInstaller