Uses of Class
hudson.model.labels.LabelAtom
-
Packages that use LabelAtom Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.jenkins.model -
-
Uses of LabelAtom in hudson.model
Methods in hudson.model that return LabelAtom Modifier and Type Method Description LabelAtom
Node. getSelfLabel()
Gets the special label that represents this node itself.Methods in hudson.model that return types with arguments of type LabelAtom Modifier and Type Method Description abstract Collection<LabelAtom>
LabelFinder. findLabels(Node node)
Find the labels that the node supports.Set<LabelAtom>
Computer. getAssignedLabels()
Set<LabelAtom>
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.TagCloud<LabelAtom>
Node. getLabelCloud()
Return the possibly empty tag cloud for the labels of this node.Set<LabelAtom>
Label. listAtoms()
Lists up all the atoms contained in in this label.static Set<LabelAtom>
Label. parse(String labels)
Convert a whitespace-separate list of tokens into a set ofLabel
s.Method parameters in hudson.model with type arguments of type LabelAtom Modifier and Type Method Description 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 LabelAtom Modifier and Type Method Description static LabelAtom
LabelAtom. findNearest(String name)
static LabelAtom
LabelAtom. get(String l)
Obtains an atom by its name.Methods in hudson.model.labels that return types with arguments of type LabelAtom Modifier and Type Method Description Set<LabelAtom>
LabelAtom. listAtoms()
Methods in hudson.model.labels with parameters of type LabelAtom Modifier and Type Method Description Collection<? extends Action>
LabelAtomProperty. getActions(LabelAtom atom)
ContributesAction
s to the label.abstract V
LabelVisitor. onAtom(LabelAtom a, P param)
-
Uses of LabelAtom in jenkins.model
Methods in jenkins.model that return LabelAtom Modifier and Type Method Description LabelAtom
Jenkins. getLabelAtom(String name)
Returns the label atom of the given name.LabelAtom
Jenkins. getSelfLabel()
Methods in jenkins.model that return types with arguments of type LabelAtom Modifier and Type Method Description Set<LabelAtom>
Jenkins. getLabelAtoms()
-