Package hudson.model
Class Descriptor.PropertyType
java.lang.Object
hudson.model.Descriptor.PropertyType
- Enclosing class:
- Descriptor<T extends Describable<T>>
Represents a readable property on
Describable.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionList<? extends Descriptor>Returns all the descriptors that produce types assignable to the property type.List<? extends Descriptor>Returns all the descriptors that produce types assignable to the item type for a collection property.Enum[]If the property is a collection/array type, what is an item type?ReturnsDescriptorwhose 'clazz' is the same asthe item type.
-
Field Details
-
clazz
-
type
-
displayName
-
-
Method Details
-
getEnumConstants
-
getItemType
If the property is a collection/array type, what is an item type? -
getItemTypeDescriptor
ReturnsDescriptorwhose 'clazz' is the same asthe item type. -
getItemTypeDescriptorOrDie
-
getApplicableDescriptors
Returns all the descriptors that produce types assignable to the property type. -
getApplicableItemDescriptors
Returns all the descriptors that produce types assignable to the item type for a collection property.
-