Uses of Class
hudson.model.labels.LabelVisitor
-
Packages that use LabelVisitor Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels. -
-
Uses of LabelVisitor in hudson.model
Methods in hudson.model with parameters of type LabelVisitor Modifier and Type Method Description abstract <V,P>
VLabel. 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 Modifier and Type Method Description <V,P>
VLabelAtom. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.And. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.Iff. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.Implies. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.Not. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.Or. accept(LabelVisitor<V,P> visitor, P param)
<V,P>
VLabelExpression.Paren. accept(LabelVisitor<V,P> visitor, P param)
-