Uses of Package
org.jenkinsci.plugins.workflow.steps
-
ClassDescriptionPartial implementation of
StepExecution
that injectsStepContextParameter
upon resume.Represents the executing body block ofStep
.FutureCallback
enhanced to trackBodyExecution
.Builder pattern for controlling how to execute a body block of aStep
.AllowsStepContext.get(java.lang.Class<T>)
to provide a dynamically computed value.Restricted version ofStepContext
used only for delegation inDynamicContext.get(Class, DelegatedContext)
.Interface destined forStepContext.get(java.lang.Class<T>)
instead of rawEnvVars
.Block to be passed toGeneralNonBlockingStepExecution.Block.run()
.Indicates that a required context was not available.One thing that can be done, perhaps asynchronously.An implicit context available to everyStep
.Scoped to a single execution ofStep
, and provides insights into what's going on asynchronously and aborting the activity if need be.Enumerates active runningStepExecution
s in the system.