Uses of Interface
org.jenkinsci.plugins.workflow.steps.StepExecutions.SynchronousBody
-
Uses of StepExecutions.SynchronousBody in org.jenkinsci.plugins.workflow.steps
Modifier and TypeMethodDescriptiondefault StepExecutions.SynchronousBody
StepExecutions.SynchronousBodyVoid.asReturn()
Modifier and TypeMethodDescriptionstatic StepExecution
StepExecutions.synchronous
(StepContext context, StepExecutions.SynchronousBody body) Creates aSynchronousStepExecution
running a given block with a return value.static StepExecution
StepExecutions.synchronousNonBlocking
(StepContext context, StepExecutions.SynchronousBody body) Creates aSynchronousNonBlockingStepExecution
running a given block with a return value.