Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.SimpleChunkVisitor
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.-
Uses of SimpleChunkVisitor in org.jenkinsci.plugins.workflow.graphanalysis
Modifier and TypeClassDescriptionclass
Simple handler for linearFlowChunk
s (basic stages, etc), and designed to be extended.Modifier and TypeMethodDescriptionstatic void
ForkScanner.visitSimpleChunks
(Collection<FlowNode> heads, Collection<FlowNode> blacklist, SimpleChunkVisitor visitor, ChunkFinder finder) static void
ForkScanner.visitSimpleChunks
(Collection<FlowNode> heads, SimpleChunkVisitor visitor, ChunkFinder finder) void
ForkScanner.visitSimpleChunks
(SimpleChunkVisitor visitor, ChunkFinder finder) Walk through flows