Package hudson.model.labels
Class LabelExpression.Or
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Label
hudson.model.labels.LabelExpression
hudson.model.labels.LabelExpression.Binary
hudson.model.labels.LabelExpression.Or
- All Implemented Interfaces:
- ModelObject,- SearchableModelObject,- SearchItem,- Comparable<Label>,- ModelObjectWithChildren,- ModelObjectWithContextMenu
- Enclosing class:
- LabelExpression
- 
Nested Class SummaryNested classes/interfaces inherited from class hudson.model.labels.LabelExpressionLabelExpression.And, LabelExpression.Binary, LabelExpression.Iff, LabelExpression.Implies, LabelExpression.Not, LabelExpression.Or, LabelExpression.ParenNested classes/interfaces inherited from class hudson.model.LabelLabel.ConverterImpl, Label.LabelComputerSource, Label.LabelComputerSourceImplNested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenuModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
- 
Field SummaryFields inherited from class hudson.model.labels.LabelExpression.Binarylhs, rhsFields inherited from class hudson.model.LabelloadStatistics, name, nodeProvisioner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<V,P> V accept(LabelVisitor<V, P> visitor, P param) Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.protected booleanop(boolean a, boolean b) Precedence of the top most operator.Methods inherited from class hudson.model.labels.LabelExpression.BinarymatchesMethods inherited from class hudson.model.labels.LabelExpressionautoComplete, getExpression, validate, validateMethods inherited from class hudson.model.Labeland, compareTo, contains, doChildrenContextMenu, equals, get, getApi, getBusyExecutors, getClouds, getComputers, getDescription, getDisplayName, getIdleExecutors, getName, getNodes, getSearchUrl, getTiedJobCount, getTiedJobs, getTotalConfiguredExecutors, getTotalExecutors, getUrl, hashCode, iff, implies, isAssignable, isAtom, isEmpty, isOffline, isSelfLabel, listAtoms, matches, matches, not, or, paren, parse, parseExpression, toStringMethods inherited from class hudson.model.ActionableaddAction, addOrReplaceAction, doContextMenu, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, getDynamic, removeAction, removeActions, replaceAction, replaceActionsMethods inherited from class hudson.model.AbstractModelObjectgetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jenkins.model.ModelObjectWithChildrendoChildrenContextMenuMethods inherited from interface hudson.search.SearchItemgetSearchGroup, getSearchIcon
- 
Constructor Details- 
Or
 
- 
- 
Method Details- 
opprotected boolean op(boolean a, boolean b) - Specified by:
- opin class- LabelExpression.Binary
 
- 
acceptDescription copied from class:LabelAccepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
- 
precedenceDescription copied from class:LabelPrecedence of the top most operator.- Specified by:
- precedencein class- Label
 
 
-