Uses of Interface
org.jenkinsci.plugins.workflow.steps.StepExecutions.SynchronousBodyVoid
Packages that use StepExecutions.SynchronousBodyVoid
-
Uses of StepExecutions.SynchronousBodyVoid in org.jenkinsci.plugins.workflow.steps
Methods in org.jenkinsci.plugins.workflow.steps with parameters of type StepExecutions.SynchronousBodyVoidModifier 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.