Uses of Interface
org.jenkinsci.plugins.workflow.steps.CatchExecutionOptions
Packages that use CatchExecutionOptions
-
Uses of CatchExecutionOptions in org.jenkinsci.plugins.workflow.steps
Classes in org.jenkinsci.plugins.workflow.steps that implement CatchExecutionOptionsModifier and TypeClassDescriptionfinal classRuns a block.classRuns a block, and if that block fails, prints a message, marks the build asResult.UNSTABLE, adds aWarningActionto the step, and then continues execution normally.