Class ParallelMemoryFlowChunk

java.lang.Object
org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk
org.jenkinsci.plugins.workflow.graphanalysis.ParallelMemoryFlowChunk
All Implemented Interfaces:
FlowChunk, FlowChunkWithContext, ParallelFlowChunk<MemoryFlowChunk>

public class ParallelMemoryFlowChunk extends MemoryFlowChunk implements ParallelFlowChunk<MemoryFlowChunk>
Corresponds to a parallel block, acts as an in-memory container that can plug into status/timing APIs
Author:
Sam Van Oort