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 classA 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 classMethods in org.jenkinsci.plugins.workflow.steps that return BodyExecutionCallbackModifier and TypeMethodDescriptionstatic BodyExecutionCallbackWraps an ordinaryFutureCallbackintoBodyExecutionCallback.Methods in org.jenkinsci.plugins.workflow.steps with parameters of type BodyExecutionCallbackModifier and TypeMethodDescriptionabstract BodyInvokerBodyInvoker.withCallback(BodyExecutionCallback callback) Registers a callback that tracks the progress of the body execution.