Uses of Class
hudson.model.labels.LabelVisitor
Packages that use LabelVisitor
Package
Description
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.Boolean expression over labels.
- 
Uses of LabelVisitor in hudson.modelMethods in hudson.model with parameters of type LabelVisitorModifier and TypeMethodDescriptionabstract <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.labelsMethods in hudson.model.labels with parameters of type LabelVisitorModifier and TypeMethodDescription<V,P> V LabelAtom.accept(LabelVisitor<V, P> visitor, P param) <V,P> V LabelExpression.And.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 LabelExpression.Not.accept(LabelVisitor<V, P> visitor, P param) <V,P> V LabelExpression.Or.accept(LabelVisitor<V, P> visitor, P param) <V,P> V LabelExpression.Paren.accept(LabelVisitor<V, P> visitor, P param)