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 SummaryMethods inherited from interface org.jenkinsci.plugins.workflow.graphanalysis.FlowChunkgetFirstNode, getLastNode
- 
Method Details- 
getBranchesReturns the branches of a parallel flow chunk, mapped by branch name and parallel branch block
- 
setBranch
 
-