Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Method and Description |
---|---|
StepContext |
StepExecution.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
StepDescriptor.checkContextAvailability(StepContext c)
Makes sure that the given
StepContext has all the context parameters this descriptor wants to see,
and if not, throw MissingContextVariableException indicating which variable is missing. |
protected abstract void |
BodyExecutionCallback.TailCall.finished(StepContext context)
Called when the body is finished.
|
abstract void |
BodyExecutionCallback.onFailure(StepContext context,
Throwable t)
Notifies that the body execution has aborted abnormally.
|
void |
BodyExecutionCallback.TailCall.onFailure(StepContext context,
Throwable t) |
void |
BodyExecutionCallback.onStart(StepContext context)
Notifies that the body execution has started.
|
abstract void |
BodyExecutionCallback.onSuccess(StepContext context,
Object result)
Notifies that the body execution has completed successfully.
|
void |
BodyExecutionCallback.TailCall.onSuccess(StepContext context,
Object result) |
protected static com.google.inject.Injector |
AbstractStepImpl.prepareInjector(StepContext context,
Step step)
Deprecated.
|
abstract StepExecution |
Step.start(StepContext context)
Start execution of something and report the end result back to the given callback.
|
StepExecution |
AbstractStepImpl.start(StepContext context)
Deprecated.
Constructs a step execution automatically according to
AbstractStepDescriptorImpl.getExecutionType() . |
Constructor and Description |
---|
AbstractStepExecutionImpl(StepContext context)
Constructor for compatibility.
|
AbstractSynchronousNonBlockingStepExecution(StepContext context)
Deprecated.
|
AbstractSynchronousStepExecution(StepContext context)
Deprecated.
|
StepExecution(StepContext context)
If manually created,
StepContext must be passed in. |
SynchronousNonBlockingStepExecution(StepContext context) |
SynchronousStepExecution(StepContext context) |
Copyright © 2016–2017. All rights reserved.