|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Label
hudson.model.labels.LabelExpression
public abstract class LabelExpression
Boolean expression of labels.
Nested Class Summary | |
---|---|
static class |
LabelExpression.And
|
static class |
LabelExpression.Binary
|
static class |
LabelExpression.Iff
|
static class |
LabelExpression.Implies
|
static class |
LabelExpression.Not
|
static class |
LabelExpression.Or
|
static class |
LabelExpression.Paren
No-op but useful for preserving the parenthesis in the user input. |
Nested classes/interfaces inherited from class hudson.model.Label |
---|
Label.ConverterImpl |
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu |
---|
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.MenuItem |
Field Summary |
---|
Fields inherited from class hudson.model.Label |
---|
loadStatistics, name, nodeProvisioner |
Constructor Summary | |
---|---|
protected |
LabelExpression(String name)
|
Method Summary | |
---|---|
String |
getExpression()
Returns a label expression that represents this label. |
Methods inherited from class hudson.model.Label |
---|
accept, and, compareTo, contains, equals, get, getApi, getBusyExecutors, getClouds, getDescription, getDisplayName, getIdleExecutors, getName, getNodes, getSearchUrl, getTiedJobs, getTotalConfiguredExecutors, getTotalExecutors, getUrl, hashCode, iff, implies, isAssignable, isEmpty, isOffline, isSelfLabel, listAtoms, matches, matches, matches, not, or, paren, parse, parseExpression, precedence, toString |
Methods inherited from class hudson.model.Actionable |
---|
addAction, doContextMenu, getAction, getAction, getActions, getActions, getDynamic |
Methods inherited from class hudson.model.AbstractModelObject |
---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected LabelExpression(String name)
Method Detail |
---|
public String getExpression()
Label
getExpression
in class Label
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |