Package hudson.model

Class JobPropertyDescriptor

java.lang.Object
hudson.model.Descriptor<JobProperty<?>>
hudson.model.JobPropertyDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Direct Known Subclasses:
OptionalJobProperty.OptionalJobPropertyDescriptor

public abstract class JobPropertyDescriptor extends Descriptor<JobProperty<?>>
Since:
1.72
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • JobPropertyDescriptor

      protected JobPropertyDescriptor(Class<? extends JobProperty<?>> clazz)
    • JobPropertyDescriptor

      protected JobPropertyDescriptor()
      Infers the type of the corresponding JobProperty from the outer class. This version works when you follow the common convention, where a descriptor is written as the static nested class of the describable class.
      Since:
      1.278
  • Method Details