Uses of Class
hudson.tools.PropertyDescriptor

Packages that use PropertyDescriptor
hudson.slaves Code related to slaves. 
hudson.tools   
 

Uses of PropertyDescriptor in hudson.slaves
 

Subclasses of PropertyDescriptor in hudson.slaves
static class EnvironmentVariablesNodeProperty.DescriptorImpl
           
 class NodePropertyDescriptor
          Descriptor for NodeProperty.
 

Uses of PropertyDescriptor in hudson.tools
 

Subclasses of PropertyDescriptor in hudson.tools
static class InstallSourceProperty.DescriptorImpl
           
static class ToolLocationNodeProperty.DescriptorImpl
           
 class ToolPropertyDescriptor
          Descriptor for ToolProperty.
 

Methods in hudson.tools with type parameters of type PropertyDescriptor
static
<D extends PropertyDescriptor<?,T>,T>
List<D>
PropertyDescriptor.for_(List<D> all, Class<? extends T> target)
           
static
<D extends PropertyDescriptor<?,T>,T>
List<D>
PropertyDescriptor.for_(List<D> all, T target)
           
 



Copyright © 2004-2013. All Rights Reserved.