Uses of Class
hudson.model.Descriptor.PropertyType

Packages that use Descriptor.PropertyType
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of Descriptor.PropertyType in hudson.model
 

Methods in hudson.model that return Descriptor.PropertyType
 Descriptor.PropertyType Descriptor.getGlobalPropertyType(String field)
          Obtains the property type of the given field of this descriptor.
 Descriptor.PropertyType Descriptor.getPropertyType(Object instance, String field)
          Used by Jelly to abstract away the handlign of global.jelly vs config.jelly databinding difference.
 Descriptor.PropertyType Descriptor.getPropertyType(String field)
          Obtains the property type of the given field of Descriptor.clazz
 Descriptor.PropertyType Descriptor.getPropertyTypeOrDie(Object instance, String field)
          Akin to {@link #getPropertyType(Object,String) but never returns null.
 



Copyright © 2004-2013. All Rights Reserved.