Uses of Class
hudson.tools.ToolPropertyDescriptor
-
Packages that use ToolPropertyDescriptor Package Description hudson.tools -
-
Uses of ToolPropertyDescriptor in hudson.tools
Subclasses of ToolPropertyDescriptor in hudson.tools Modifier and Type Class Description static class
InstallSourceProperty.DescriptorImpl
Methods in hudson.tools that return ToolPropertyDescriptor Modifier and Type Method Description ToolPropertyDescriptor
ToolProperty. getDescriptor()
Methods in hudson.tools that return types with arguments of type ToolPropertyDescriptor Modifier and Type Method Description static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor>
ToolProperty. all()
Lists up all the registeredToolPropertyDescriptor
s in the system.DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolDescriptor. getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolInstallation. getProperties()
List<ToolPropertyDescriptor>
ToolDescriptor. getPropertyDescriptors()
Lists upToolPropertyDescriptor
s that are applicable to thisToolInstallation
.
-