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
FlowNodes 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 TypeInterfaceDescriptioninterfaceParallelFlowChunk<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 TypeInterfaceDescriptioninterfaceFlowChunk with information about what comes before/afterinterfaceParallelFlowChunk<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 TypeClassDescriptionclassFlowChunk that holds direct references to theFlowNodeinstances and context info This makes it easy to use in analysis and visualizations, but inappropriate to retain in caches, etcclassCorresponds to a parallel block, acts as an in-memory container that can plug into status/timing APIs