Uses of Interface
org.jenkinsci.plugins.workflow.steps.StepExecutions.SynchronousBodyVoid
-
Uses of StepExecutions.SynchronousBodyVoid in org.jenkinsci.plugins.workflow.steps
Modifier and TypeMethodDescriptionstatic StepExecution
StepExecutions.synchronousNonBlockingVoid
(StepContext context, StepExecutions.SynchronousBodyVoid body) Creates aSynchronousNonBlockingStepExecution
running a given block.static StepExecution
StepExecutions.synchronousVoid
(StepContext context, StepExecutions.SynchronousBodyVoid body) Creates aSynchronousStepExecution
running a given block.