Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Class and Description |
---|---|
static class |
BodyExecutionCallback.TailCall
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).
|
Modifier and Type | Method and Description |
---|---|
static BodyExecutionCallback |
BodyExecutionCallback.wrap(com.google.common.util.concurrent.FutureCallback<Object> v)
Wraps an ordinary
FutureCallback into BodyExecutionCallback . |
Modifier and Type | Method and Description |
---|---|
abstract BodyInvoker |
BodyInvoker.withCallback(BodyExecutionCallback callback)
Registers a callback that tracks the progress of the body execution.
|
Copyright © 2016–2017. All rights reserved.