Uses of Class
hudson.tools.ToolDescriptor

Packages that use ToolDescriptor
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tools   
 

Uses of ToolDescriptor in hudson.model
 

Subclasses of ToolDescriptor in hudson.model
static class JDK.DescriptorImpl
           
 

Uses of ToolDescriptor in hudson.tasks
 

Subclasses of ToolDescriptor in hudson.tasks
static class Maven.MavenInstallation.DescriptorImpl
           
 

Uses of ToolDescriptor in hudson.tools
 

Methods in hudson.tools that return ToolDescriptor
 ToolDescriptor ToolLocationNodeProperty.ToolLocation.getType()
           
 

Methods in hudson.tools that return types with arguments of type ToolDescriptor
static DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> ToolInstallation.all()
          Returns all the registered ToolDescriptors.
 DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> ToolLocationNodeProperty.DescriptorImpl.getToolDescriptors()
           
 

Constructors in hudson.tools with parameters of type ToolDescriptor
ToolLocationNodeProperty.ToolLocation(ToolDescriptor type, String name, String home)
           
 



Copyright © 2004-2013. All Rights Reserved.