Uses of Interface
org.jenkinsci.plugins.workflow.steps.CatchExecutionOptions
-
Packages that use CatchExecutionOptions Package Description org.jenkinsci.plugins.workflow.steps -
-
Uses of CatchExecutionOptions in org.jenkinsci.plugins.workflow.steps
Classes in org.jenkinsci.plugins.workflow.steps that implement CatchExecutionOptions Modifier and Type Class Description class
CatchErrorStep
Runs a block.class
WarnErrorStep
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.
-