Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.ChunkFinder
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.-
Uses of ChunkFinder in org.jenkinsci.plugins.workflow.graphanalysis
Modifier and TypeClassDescriptionclass
Matches start and end of a block.class
Splits a flow execution intoFlowChunk
s whenever you have a label.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