Uses of Class
hudson.tools.ToolDescriptor
-
Packages that use ToolDescriptor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks hudson.tools -
-
Uses of ToolDescriptor in hudson.model
Subclasses of ToolDescriptor in hudson.model Modifier and Type Class Description static class
JDK.DescriptorImpl
-
Uses of ToolDescriptor in hudson.tasks
Subclasses of ToolDescriptor in hudson.tasks Modifier and Type Class Description static class
Maven.MavenInstallation.DescriptorImpl
-
Uses of ToolDescriptor in hudson.tools
Methods in hudson.tools that return ToolDescriptor Modifier and Type Method Description ToolDescriptor
ToolLocationNodeProperty.ToolLocation. getType()
Methods in hudson.tools that return types with arguments of type ToolDescriptor Modifier and Type Method Description static DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>>
ToolInstallation. all()
Returns all the registeredToolDescriptor
s.DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>>
ToolLocationNodeProperty.DescriptorImpl. getToolDescriptors()
Constructors in hudson.tools with parameters of type ToolDescriptor Constructor Description ToolLocation(ToolDescriptor type, String name, String home)
-