Uses of Class
hudson.model.labels.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
Modifier and TypeMethodDescriptionNode.getSelfLabel()
Gets the special label that represents this node itself.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic LabelAtom
LabelAtom.findNearest
(String name) static LabelAtom
Obtains an atom by its name.Modifier and TypeMethodDescriptionCollection<? extends Action>
LabelAtomProperty.getActions
(LabelAtom atom) ContributesAction
s to the label.abstract V
-
Uses of LabelAtom in jenkins.model
Modifier 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.