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
-
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?ReturnsDescriptor
whose '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
ReturnsDescriptor
whose '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.
-