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 class
Runs a block.class
Runs a block, and if that block fails, prints a message, marks the build asResult.UNSTABLE
, adds aWarningAction
to the step, and then continues execution normally.