Uses of Interface
io.jenkins.plugins.util.ResultHandler
-
Uses of ResultHandler in io.jenkins.plugins.util
Classes in io.jenkins.plugins.util that implement ResultHandlerModifier 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
.Methods in io.jenkins.plugins.util that return ResultHandlerModifier and TypeMethodDescriptionprotected ResultHandler
AbstractExecution.createResultHandler()
Creates aResultHandler
that sets build result of theRun
or stage.Methods in io.jenkins.plugins.util with parameters of type ResultHandlerModifier and TypeMethodDescriptionQualityGateEvaluator.evaluate
(ResultHandler resultHandler, edu.hm.hafner.util.FilteredLog log) Enforces the quality gates for the specified run.