Uses of Class
hudson.model.labels.LabelVisitor

Packages that use LabelVisitor
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.labels Boolean expression over labels. 
 

Uses of LabelVisitor in hudson.model
 

Methods in hudson.model with parameters of type LabelVisitor
abstract
<V,P> V
Label.accept(LabelVisitor<V,P> visitor, P param)
          Accepts a visitor and call its respective "onXYZ" method based no the actual type of 'this'.
 

Uses of LabelVisitor in hudson.model.labels
 

Methods in hudson.model.labels with parameters of type LabelVisitor
<V,P> V
LabelExpression.Not.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelExpression.Paren.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelExpression.And.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelExpression.Or.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelExpression.Iff.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelExpression.Implies.accept(LabelVisitor<V,P> visitor, P param)
           
<V,P> V
LabelAtom.accept(LabelVisitor<V,P> visitor, P param)
           
 



Copyright © 2004-2013. All Rights Reserved.