Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.FlowChunk
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.-
Uses of FlowChunk in org.jenkinsci.plugins.workflow.graphanalysis
Modifier and TypeInterfaceDescriptioninterface
ParallelFlowChunk<ChunkType extends FlowChunk>
FlowChunk mapping to the block from a Parallel step (with parallel branches inside)Modifier and TypeInterfaceDescriptioninterface
FlowChunk with information about what comes before/afterinterface
ParallelFlowChunk<ChunkType extends FlowChunk>
FlowChunk mapping to the block from a Parallel step (with parallel branches inside)Modifier and TypeClassDescriptionclass
FlowChunk that holds direct references to theFlowNode
instances and context info This makes it easy to use in analysis and visualizations, but inappropriate to retain in caches, etcclass
Corresponds to a parallel block, acts as an in-memory container that can plug into status/timing APIs