Interface ParallelFlowChunk<ChunkType extends FlowChunk>
- All Superinterfaces:
FlowChunk
- All Known Implementing Classes:
ParallelMemoryFlowChunk
FlowChunk mapping to the block from a Parallel step (with parallel branches inside)
-
Method Summary
Methods inherited from interface org.jenkinsci.plugins.workflow.graphanalysis.FlowChunk
getFirstNode, getLastNode
-
Method Details
-
getBranches
Returns the branches of a parallel flow chunk, mapped by branch name and parallel branch block -
setBranch
-