Uses of Class
hudson.tools.ToolInstallerDescriptor

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

Uses of ToolInstallerDescriptor in hudson.tasks
 

Subclasses of ToolInstallerDescriptor in hudson.tasks
static class Maven.MavenInstaller.DescriptorImpl
           
 

Uses of ToolInstallerDescriptor in hudson.tools
 

Subclasses of ToolInstallerDescriptor in hudson.tools
static class CommandInstaller.DescriptorImpl
           
static class DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
           
static class JDKInstaller.DescriptorImpl
           
static class ZipExtractionInstaller.DescriptorImpl
           
 

Methods in hudson.tools that return ToolInstallerDescriptor
 ToolInstallerDescriptor<?> ToolInstaller.getDescriptor()
           
 

Methods in hudson.tools that return types with arguments of type ToolInstallerDescriptor
static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>> ToolInstallerDescriptor.all()
           
static List<ToolInstallerDescriptor<?>> ToolInstallerDescriptor.for_(Class<? extends ToolInstallation> type)
          Filters all() by eliminating things that are not applicable to the given type.
 



Copyright © 2004-2013. All Rights Reserved.