Class StepExecutions

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecutions

public class StepExecutions extends Object
Builder for simple StepExecution implementations. Convenient for use from Step.start(org.jenkinsci.plugins.workflow.steps.StepContext) when a permanent serial form is unimportant. Use StepContext.get(java.lang.Class<T>) to access contextual objects as usual.

The lambda arguments may refer to Step parameter fields directly.