Uses of Class
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
-
Uses of BodyExecutionCallback in org.jenkinsci.plugins.workflow.steps
Modifier and TypeClassDescriptionstatic class
A convenience subclass for the common case that the step expects to run its block just once and return the same value (or throw the same error).protected class
Modifier and TypeMethodDescriptionstatic BodyExecutionCallback
Wraps an ordinaryFutureCallback
intoBodyExecutionCallback
.Modifier and TypeMethodDescriptionabstract BodyInvoker
BodyInvoker.withCallback
(BodyExecutionCallback callback) Registers a callback that tracks the progress of the body execution.