Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.FlowChunkWithContext
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.-
Uses of FlowChunkWithContext in org.jenkinsci.plugins.workflow.graphanalysis
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