Uses of Interface
org.jenkinsci.plugins.workflow.steps.StepExecutions.SynchronousBody
Packages that use StepExecutions.SynchronousBody
-
Uses of StepExecutions.SynchronousBody in org.jenkinsci.plugins.workflow.steps
Methods in org.jenkinsci.plugins.workflow.steps that return StepExecutions.SynchronousBodyModifier and TypeMethodDescriptiondefault StepExecutions.SynchronousBodyStepExecutions.SynchronousBodyVoid.asReturn()Methods in org.jenkinsci.plugins.workflow.steps with parameters of type StepExecutions.SynchronousBodyModifier and TypeMethodDescriptionstatic StepExecutionStepExecutions.synchronous(StepContext context, StepExecutions.SynchronousBody body) Creates aSynchronousStepExecutionrunning a given block with a return value.static StepExecutionStepExecutions.synchronousNonBlocking(StepContext context, StepExecutions.SynchronousBody body) Creates aSynchronousNonBlockingStepExecutionrunning a given block with a return value.