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 StepExecutionStepExecutions.synchronousNonBlockingVoid(StepContext context, StepExecutions.SynchronousBodyVoid body) Creates aSynchronousNonBlockingStepExecutionrunning a given block.static StepExecutionStepExecutions.synchronousVoid(StepContext context, StepExecutions.SynchronousBodyVoid body) Creates aSynchronousStepExecutionrunning a given block.