Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
LabelAtom |
Node.getSelfLabel()
Gets the special label that represents this node itself.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<LabelAtom> |
LabelFinder.findLabels(Node node)
Find the labels that the node supports.
|
Set<LabelAtom> |
Node.getAssignedLabels()
Returns the possibly empty set of labels that are assigned to this node,
including the automatic
self label , manually
assigned labels and dynamically assigned labels via the
LabelFinder 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)
Convers a whitespace-separate list of tokens into a set of
Label s. |
Modifier and Type | Method and Description |
---|---|
boolean |
Label.matches(Collection<LabelAtom> labels)
Evaluates whether the label expression is true when an entity owns the given set of
LabelAtom s. |
Modifier and Type | Method and Description |
---|---|
static LabelAtom |
LabelAtom.findNearest(String name) |
static LabelAtom |
LabelAtom.get(String l)
Obtains an atom by its name.
|
Modifier and Type | Method and Description |
---|---|
Set<LabelAtom> |
LabelAtom.listAtoms() |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Action> |
LabelAtomProperty.getActions(LabelAtom atom)
Contributes
Action s to the label. |
abstract V |
LabelVisitor.onAtom(LabelAtom a,
P param) |
Modifier and Type | Method and Description |
---|---|
LabelAtom |
Jenkins.getLabelAtom(String name)
Returns the label atom of the given name.
|
LabelAtom |
Jenkins.getSelfLabel() |
Modifier and Type | Method and Description |
---|---|
Set<LabelAtom> |
Jenkins.getLabelAtoms() |
Copyright © 2019. All rights reserved.