Uses of Class
hudson.model.labels.LabelAtom
Packages that use LabelAtom
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
-
Uses of LabelAtom in hudson.model
Methods in hudson.model that return LabelAtomModifier and TypeMethodDescriptionNode.getSelfLabel()
Gets the special label that represents this node itself.Methods in hudson.model that return types with arguments of type LabelAtomModifier and TypeMethodDescriptionabstract Collection<LabelAtom>
LabelFinder.findLabels
(Node node) Find the labels that the node supports.Computer.getAssignedLabels()
Node.getAssignedLabels()
Returns the possibly empty set of labels that are assigned to this node, including the automaticself label
, manually assigned labels and dynamically assigned labels via theLabelFinder
extension point.Node.getLabelAtomSet()
Slave.getLabelAtomSet()
Node.getLabelCloud()
Return the possibly empty tag cloud for the labels of this node.Label.listAtoms()
Lists all the atoms contained in this label.Convert a whitespace-separate list of tokens into a set ofLabel
s.Method parameters in hudson.model with type arguments of type LabelAtomModifier and TypeMethodDescriptionfinal boolean
Label.matches
(Collection<LabelAtom> labels) Evaluates whether the label expression is true when an entity owns the given set ofLabelAtom
s. -
Uses of LabelAtom in hudson.model.labels
Methods in hudson.model.labels that return LabelAtomModifier and TypeMethodDescriptionstatic LabelAtom
LabelAtom.findNearest
(String name) static LabelAtom
Obtains an atom by its name.Methods in hudson.model.labels that return types with arguments of type LabelAtomMethods in hudson.model.labels with parameters of type LabelAtomModifier and TypeMethodDescriptionCollection<? extends Action>
LabelAtomProperty.getActions
(LabelAtom atom) ContributesAction
s to the label.abstract V
-
Uses of LabelAtom in jenkins.model
Methods in jenkins.model that return LabelAtomModifier and TypeMethodDescriptionJenkins.getLabelAtom
(String name) Returns the label atom of the given name.Jenkins.getSelfLabel()
Jenkins.tryGetLabelAtom
(String name) Returns the label atom of the given name, only if it already exists.Methods in jenkins.model that return types with arguments of type LabelAtom