Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.FlowChunk
Packages that use 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
Classes in org.jenkinsci.plugins.workflow.graphanalysis with type parameters of type FlowChunkModifier and TypeInterfaceDescriptioninterface
ParallelFlowChunk<ChunkType extends FlowChunk>
FlowChunk mapping to the block from a Parallel step (with parallel branches inside)Subinterfaces of FlowChunk in org.jenkinsci.plugins.workflow.graphanalysisModifier 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)Classes in org.jenkinsci.plugins.workflow.graphanalysis that implement FlowChunkModifier 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