hudson.model.labels
Class LabelExpression.Not

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by hudson.model.Label
              extended by hudson.model.labels.LabelExpression
                  extended by hudson.model.labels.LabelExpression.Not
All Implemented Interfaces:
ModelObject, SearchableModelObject, SearchItem, Comparable<Label>, ModelObjectWithContextMenu
Enclosing class:
LabelExpression

public static class LabelExpression.Not
extends LabelExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.labels.LabelExpression
LabelExpression.And, LabelExpression.Binary, LabelExpression.Iff, LabelExpression.Implies, LabelExpression.Not, LabelExpression.Or, LabelExpression.Paren
 
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
 Label base
           
 
Fields inherited from class hudson.model.Label
loadStatistics, name, nodeProvisioner
 
Constructor Summary
LabelExpression.Not(Label base)
           
 
Method Summary
<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'.
 boolean matches(VariableResolver<Boolean> resolver)
          Evaluates whether the label expression is true given the specified value assignment.
 LabelOperatorPrecedence precedence()
          Precedence of the top most operator.
 
Methods inherited from class hudson.model.labels.LabelExpression
getExpression
 
Methods inherited from class hudson.model.Label
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, not, or, paren, parse, parseExpression, 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
 

Field Detail

base

public final Label base
Constructor Detail

LabelExpression.Not

public LabelExpression.Not(Label base)
Method Detail

matches

public boolean matches(VariableResolver<Boolean> resolver)
Description copied from class: Label
Evaluates whether the label expression is true given the specified value assignment. IOW, returns true if the assignment provided by the resolver matches this label expression.

Specified by:
matches in class Label

accept

public <V,P> V accept(LabelVisitor<V,P> visitor,
                      P param)
Description copied from class: Label
Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.

Specified by:
accept in class Label

precedence

public LabelOperatorPrecedence precedence()
Description copied from class: Label
Precedence of the top most operator.

Specified by:
precedence in class Label


Copyright © 2004-2013. All Rights Reserved.