Package hudson.model

Class Descriptor.PropertyType

    • Field Detail

      • clazz

        public final Class clazz
      • type

        public final Type type
      • displayName

        public final String displayName
    • Method Detail

      • getEnumConstants

        public Enum[] getEnumConstants()
      • getItemType

        public Class getItemType()
        If the property is a collection/array type, what is an item type?
      • getItemTypeDescriptorOrDie

        public Descriptor getItemTypeDescriptorOrDie()
      • getApplicableDescriptors

        public List<? extends Descriptor> getApplicableDescriptors()
        Returns all the descriptors that produce types assignable to the property type.
      • getApplicableItemDescriptors

        public List<? extends Descriptor> getApplicableItemDescriptors()
        Returns all the descriptors that produce types assignable to the item type for a collection property.