Uses of Interface
io.jenkins.plugins.util.ResultHandler
-
Uses of ResultHandler in io.jenkins.plugins.util
Modifier and TypeClassDescriptionclass
AResultHandler
that does nothing.class
AResultHandler
that sets the overall build result of theRun
and annotates the given Pipeline stage with aWarningAction
.class
AResultHandler
that sets the overall build result of theRun
.Modifier and TypeMethodDescriptionprotected ResultHandler
AbstractExecution.createResultHandler()
Creates aResultHandler
that sets build result of theRun
or stage.Modifier and TypeMethodDescriptionQualityGateEvaluator.evaluate
(ResultHandler resultHandler, edu.hm.hafner.util.FilteredLog log) Enforces the quality gates for the specified run.