Class LabelAtomPropertyDescriptor

java.lang.Object
hudson.model.Descriptor<LabelAtomProperty>
hudson.model.labels.LabelAtomPropertyDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster

public abstract class LabelAtomPropertyDescriptor extends Descriptor<LabelAtomProperty>
Descriptor for LabelAtom.

Put Extension on your descriptor implementation to have it auto-registered.

When extending this class, override Descriptor.getDisplayName(). In the context of LabelAtomPropertyDescriptor, this function is used to determine the label of the checkbox shown in the label's configuration page to activate the extension.

Since:
1.373
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • LabelAtomPropertyDescriptor

      public LabelAtomPropertyDescriptor()