Uses of Package
org.jenkinsci.plugins.workflow.steps
Packages that use org.jenkinsci.plugins.workflow.steps
-
Classes in org.jenkinsci.plugins.workflow.steps used by org.jenkinsci.plugins.workflow.stepsClassDescriptionPartial implementation of
StepExecutionthat injectsStepContextParameterupon resume.Represents the executing body block ofStep.FutureCallbackenhanced 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 ofStepContextused only for delegation inDynamicContext.get(Class, DelegatedContext).Interface destined forStepContext.get(java.lang.Class<T>)instead of rawEnvVars.Interface destined forStepContext.get(java.lang.Class<T>)to rewrite or wrapThrowables.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 runningStepExecutions in the system.