Uses of Class
hudson.tools.ToolInstaller

Packages that use ToolInstaller
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tools   
 

Uses of ToolInstaller in hudson.tasks
 

Subclasses of ToolInstaller in hudson.tasks
static class Maven.MavenInstaller
          Automatic Maven installer from apache.org.
 

Methods in hudson.tasks that return types with arguments of type ToolInstaller
 List<? extends ToolInstaller> Maven.MavenInstallation.DescriptorImpl.getDefaultInstallers()
           
 

Uses of ToolInstaller in hudson.tools
 

Classes in hudson.tools with type parameters of type ToolInstaller
 class ToolInstallerDescriptor<T extends ToolInstaller>
          Descriptor for a ToolInstaller.
 

Subclasses of ToolInstaller in hudson.tools
 class CommandInstaller
          Installs a tool by running an arbitrary shell command.
 class DownloadFromUrlInstaller
          Partial convenience implementation of ToolInstaller that just downloads an archive from the URL and extracts it.
 class JDKInstaller
          Install JDKs from java.sun.com.
 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
 DescribableList<ToolInstaller,Descriptor<ToolInstaller>> InstallSourceProperty.installers
           
 DescribableList<ToolInstaller,Descriptor<ToolInstaller>> InstallSourceProperty.installers
           
 

Methods in hudson.tools that return types with arguments of type ToolInstaller
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
InstallSourceProperty(List<? extends ToolInstaller> installers)
           
 



Copyright © 2004-2013. All Rights Reserved.