|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelAtom | |
---|---|
hudson.matrix | Matrix project |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.labels | Boolean expression over labels. |
jenkins.model |
Uses of LabelAtom in hudson.matrix |
---|
Methods in hudson.matrix with parameters of type LabelAtom | |
---|---|
String |
LabelAxis.DescriptorImpl.buildLabelCheckBox(LabelAtom la,
LabelAxis instance)
|
Uses of LabelAtom in hudson.model |
---|
Methods in hudson.model that return LabelAtom | |
---|---|
LabelAtom |
Node.getSelfLabel()
Gets the special label that represents this node itself. |
Methods in hudson.model that return types with arguments of type LabelAtom | |
---|---|
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. |
Method parameters in hudson.model with type arguments of type LabelAtom | |
---|---|
boolean |
Label.matches(Collection<LabelAtom> labels)
Evaluates whether the label expression is true when an entity owns the given set of LabelAtom s. |
Uses of LabelAtom in hudson.model.labels |
---|
Methods in hudson.model.labels that return LabelAtom | |
---|---|
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 | |
---|---|
Set<LabelAtom> |
LabelAtom.listAtoms()
|
Methods in hudson.model.labels with parameters of type LabelAtom | |
---|---|
Collection<? extends Action> |
LabelAtomProperty.getActions(LabelAtom atom)
Contributes Action 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 | |
---|---|
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 | |
---|---|
Set<LabelAtom> |
Jenkins.getLabelAtoms()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |