Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and 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 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
Descriptor.getPropertyType(Object,String) but never returns null. |
Copyright © 2016. All rights reserved.