Class GeneralNonBlockingStepExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution
All Implemented Interfaces:
Serializable

public abstract class GeneralNonBlockingStepExecution extends StepExecution
Generalization of SynchronousNonBlockingStepExecution that can be used for block-scoped steps. The step may at any given time either be running CPS VM code, running background code, or waiting for events (for example running a block).
See Also: