Class BodyExecutionCallback.TailCall

java.lang.Object
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback
org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback.TailCall
All Implemented Interfaces:
Serializable
Enclosing class:
BodyExecutionCallback

public abstract static class BodyExecutionCallback.TailCall extends BodyExecutionCallback
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).
See Also: