Uses of Class
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
Packages that use BodyExecutionCallback
-
Uses of BodyExecutionCallback in org.jenkinsci.plugins.workflow.steps
Subclasses of BodyExecutionCallback in org.jenkinsci.plugins.workflow.stepsModifier 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
Methods in org.jenkinsci.plugins.workflow.steps that return BodyExecutionCallbackModifier and TypeMethodDescriptionstatic BodyExecutionCallback
Wraps an ordinaryFutureCallback
intoBodyExecutionCallback
.Methods in org.jenkinsci.plugins.workflow.steps with parameters of type BodyExecutionCallbackModifier and TypeMethodDescriptionabstract BodyInvoker
BodyInvoker.withCallback
(BodyExecutionCallback callback) Registers a callback that tracks the progress of the body execution.