Class ExclusiveLabelVisitor
java.lang.Object
hudson.model.labels.LabelVisitor<Boolean,Set<LabelAtom>>
org.jenkinsci.plugins.exclusive.label.ExclusiveLabelVisitor
- Author:
- lucinka
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononAnd(LabelExpression.And p, Set<LabelAtom> param) onIff(LabelExpression.Iff p, Set<LabelAtom> param) onImplies(LabelExpression.Implies p, Set<LabelAtom> param) onNot(LabelExpression.Not p, Set<LabelAtom> param) onOr(LabelExpression.Or p, Set<LabelAtom> param) onParen(LabelExpression.Paren p, Set<LabelAtom> param)
-
Constructor Details
-
ExclusiveLabelVisitor
public ExclusiveLabelVisitor()
-
-
Method Details
-
onAtom
- Specified by:
onAtomin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onParen
- Specified by:
onParenin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onNot
- Specified by:
onNotin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onAnd
- Specified by:
onAndin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onOr
- Specified by:
onOrin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onIff
- Specified by:
onIffin classLabelVisitor<Boolean,Set<LabelAtom>>
-
onImplies
- Specified by:
onImpliesin classLabelVisitor<Boolean,Set<LabelAtom>>
-