Uses of Class
hudson.tools.ToolPropertyDescriptor

Packages that use ToolPropertyDescriptor
hudson.tools   
 

Uses of ToolPropertyDescriptor in hudson.tools
 

Subclasses of ToolPropertyDescriptor in hudson.tools
static class InstallSourceProperty.DescriptorImpl
           
 

Methods in hudson.tools that return ToolPropertyDescriptor
 ToolPropertyDescriptor ToolProperty.getDescriptor()
           
 

Methods in hudson.tools that return types with arguments of type ToolPropertyDescriptor
static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor> ToolProperty.all()
          Lists up all the registered ToolPropertyDescriptors in the system.
 DescribableList<ToolProperty<?>,ToolPropertyDescriptor> ToolDescriptor.getDefaultProperties()
          Default value for ToolInstallation.getProperties() used in the form binding.
 DescribableList<ToolProperty<?>,ToolPropertyDescriptor> ToolInstallation.getProperties()
           
 List<ToolPropertyDescriptor> ToolDescriptor.getPropertyDescriptors()
          Lists up ToolPropertyDescriptors that are applicable to this ToolInstallation.
 



Copyright © 2004-2013. All Rights Reserved.