Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Method and Description |
---|---|
abstract BodyInvoker |
StepContext.newBodyInvoker()
Prepares for an asynchronous invocation of the body block that's given as an argument
to this step invocation (in a host language dependent manner.)
|
abstract BodyInvoker |
BodyInvoker.withCallback(BodyExecutionCallback callback)
Registers a callback that tracks the progress of the body execution.
|
BodyInvoker |
BodyInvoker.withCallback(com.google.common.util.concurrent.FutureCallback<Object> callback)
Deprecated.
Use
withCallback(BodyExecutionCallback) and call BodyExecutionCallback.wrap(com.google.common.util.concurrent.FutureCallback<java.lang.Object>) if this is what you really wanted. |
abstract BodyInvoker |
BodyInvoker.withContext(Object override)
Overrides to the context values that are in effect while evaluating the body.
|
BodyInvoker |
BodyInvoker.withContexts(Collection<?> overrides) |
BodyInvoker |
BodyInvoker.withContexts(Object... overrides) |
abstract BodyInvoker |
BodyInvoker.withDisplayName(String name)
Sets a human readable name that describes this body invocation.
|
Copyright © 2016–2017. All rights reserved.