public class ParallelStep
extends org.jenkinsci.plugins.workflow.steps.Step
Step
implementation that executes multiple closures in parallel.
TODO: somehow needs to declare that this only works with CpsFlowExecution.Modifier and Type | Class and Description |
---|---|
static class |
ParallelStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ParallelStep(Map<String,groovy.lang.Closure> closures,
boolean failFast) |
Modifier and Type | Method and Description |
---|---|
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2016–2020. All rights reserved.