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 classAutomatic 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 TypeClassDescriptionclassToolInstallerDescriptor<T extends ToolInstaller>Descriptor for aToolInstaller.Subclasses of ToolInstaller in hudson.toolsModifier and TypeClassDescriptionclassA generic script-based installer.classInstalls tool via script execution of Batch script.classInstalls a tool by running an arbitrary shell command.classPartial convenience implementation ofToolInstallerthat just downloads an archive from the URL and extracts it.classInstalls 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.installersInstallSourceProperty.installersMethods 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