Uses of Class
hudson.model.Descriptor.PropertyType
-
Packages that use Descriptor.PropertyType Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Descriptor.PropertyType in hudson.model
Methods in hudson.model that return Descriptor.PropertyType Modifier and Type Method Description 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 handling of global.jelly vs config.jelly databinding difference.Descriptor.PropertyType
Descriptor. getPropertyType(String field)
Obtains the property type of the given field ofDescriptor.clazz
Descriptor.PropertyType
Descriptor. getPropertyTypeOrDie(Object instance, String field)
Akin toDescriptor.getPropertyType(Object,String)
but never returns null.
-