Uses of Class
hudson.tools.ToolInstaller
-
Packages that use ToolInstaller Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks hudson.tools -
-
Uses of ToolInstaller in hudson.model
Methods in hudson.model that return types with arguments of type ToolInstaller Modifier and Type Method Description List<? extends ToolInstaller>
JDK.DescriptorImpl. getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tasks
Subclasses of ToolInstaller in hudson.tasks Modifier and Type Class Description static class
Maven.MavenInstaller
Automatic Maven installer from apache.org.Methods in hudson.tasks that return types with arguments of type ToolInstaller Modifier and Type Method Description List<? extends ToolInstaller>
Maven.MavenInstallation.DescriptorImpl. getDefaultInstallers()
-
Uses of ToolInstaller in hudson.tools
Classes in hudson.tools with type parameters of type ToolInstaller Modifier and Type Class Description class
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.Subclasses of ToolInstaller in hudson.tools Modifier and Type Class Description class
AbstractCommandInstaller
A generic script-based installer.class
BatchCommandInstaller
Installs tool via script execution of Batch script.class
CommandInstaller
Installs a tool by running an arbitrary shell command.class
DownloadFromUrlInstaller
Partial convenience implementation ofToolInstaller
that just downloads an archive from the URL and extracts it.class
ZipExtractionInstaller
Installs a tool into the Hudson working area by downloading and unpacking a ZIP file.Fields in hudson.tools with type parameters of type ToolInstaller Modifier and Type Field Description DescribableList<ToolInstaller,Descriptor<ToolInstaller>>
InstallSourceProperty. installers
DescribableList<ToolInstaller,Descriptor<ToolInstaller>>
InstallSourceProperty. installers
Methods in hudson.tools that return types with arguments of type ToolInstaller Modifier and Type Method Description static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>>
ToolInstallerDescriptor. 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 Constructor Description InstallSourceProperty(List<? extends ToolInstaller> installers)
-