Uses of Class
hudson.model.Descriptor.PropertyType
Packages that use Descriptor.PropertyType
-
Uses of Descriptor.PropertyType in hudson.model
Methods in hudson.model that return Descriptor.PropertyTypeModifier and TypeMethodDescriptionDescriptor.getGlobalPropertyType
(String field) Obtains the property type of the given field of this descriptor.Descriptor.getPropertyType
(Object instance, String field) Used by Jelly to abstract away the handling of global.jelly vs config.jelly databinding difference.Descriptor.getPropertyType
(String field) Obtains the property type of the given field ofDescriptor.clazz
Descriptor.getPropertyTypeOrDie
(Object instance, String field) Akin toDescriptor.getPropertyType(Object,String)
but never returns null.