Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Class and Description |
---|
AbstractStepExecutionImpl
Partial implementation of
StepExecution that injects StepContextParameter upon resume. |
BodyExecution
Represents the executing body block of
Step . |
BodyExecutionCallback
FutureCallback enhanced to track BodyExecution . |
BodyInvoker
Builder pattern for controlling how to execute a body block of a
Step . |
EnvironmentExpander
Interface destined for
StepContext.get(java.lang.Class<T>) instead of raw EnvVars . |
MissingContextVariableException
Indicates that a required context was not available.
|
Step
One thing that can be done, perhaps asynchronously.
|
StepContext
An implicit context available to every
Step . |
StepDescriptor |
StepExecution
Scoped to a single execution of
Step , and provides insights into what's going on
asynchronously and aborting the activity if need be. |
StepExecutionIterator
Enumerates active running
StepExecution s in the system. |
Copyright © 2016–2017. All rights reserved.