Uses of Class
hudson.model.labels.LabelAtomPropertyDescriptor
-
Packages that use LabelAtomPropertyDescriptor Package Description hudson.model.labels Boolean expression over labels. -
-
Uses of LabelAtomPropertyDescriptor in hudson.model.labels
Methods in hudson.model.labels that return types with arguments of type LabelAtomPropertyDescriptor Modifier and Type Method Description static DescriptorExtensionList<LabelAtomProperty,LabelAtomPropertyDescriptor>
LabelAtomProperty. all()
Lists up all the registeredLabelAtomPropertyDescriptor
s in the system.List<LabelAtomPropertyDescriptor>
LabelAtom. getApplicablePropertyDescriptors()
Returns all theLabelAtomPropertyDescriptor
s that can be potentially configured on this label.DescribableList<LabelAtomProperty,LabelAtomPropertyDescriptor>
LabelAtom. getProperties()
Properties associated with this label.
-