Class LabelAtomProperty

java.lang.Object
hudson.model.labels.LabelAtomProperty
All Implemented Interfaces:
ExtensionPoint, Describable<LabelAtomProperty>

@ExportedBean public class LabelAtomProperty extends Object implements Describable<LabelAtomProperty>, ExtensionPoint
Extensible property of LabelAtom.

Plugins can contribute this extension point to add additional data or UI actions to LabelAtom. LabelAtomPropertys show up in the configuration screen of a label, and they are persisted with the LabelAtom object.

Since:
1.373
Author:
Kohsuke Kawaguchi
See Also: