Uses of Class
hudson.plugins.label_verifier.LabelVerifier
Package
Description
-
Uses of LabelVerifier in hudson.plugins.label_verifier
Modifier and TypeMethodDescriptionLabelVerifierDescriptor.all()
Returns all the registeredLabelVerifierDescriptor
s.LabelAtomPropertyImpl.getVerifiers()
-
Uses of LabelVerifier in hudson.plugins.label_verifier.logic
Modifier and TypeClassDescriptionclass
Expression, which always fails the evaluation.class
Expression, which is always OK.class
Implements AND expression forLabelVerifier
.class
Implements NOT expression forLabelVerifier
.class
Implements AND expression forLabelVerifier
.ModifierConstructorDescriptionAnd
(ArrayList<LabelVerifier> verifiers) Or
(ArrayList<LabelVerifier> verifiers) -
Uses of LabelVerifier in hudson.plugins.label_verifier.util
Modifier and TypeMethodDescriptionstatic void
LabelVerifierException.evaluationError
(LabelVerifier verifier) -
Uses of LabelVerifier in hudson.plugins.label_verifier.verifiers
Modifier and TypeClassDescriptionclass
Verifies the computer name by a regular expression.class
Verifies the label by running a shell script.