Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
Modifier and Type | Method and Description |
---|---|
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'.
|
Modifier and Type | Method and Description |
---|---|
<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 © 2015. All rights reserved.