Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.ChunkFinder
Packages that use ChunkFinder
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNodes produced from a pipeline execution.-
Uses of ChunkFinder in org.jenkinsci.plugins.workflow.graphanalysis
Classes in org.jenkinsci.plugins.workflow.graphanalysis that implement ChunkFinderModifier and TypeClassDescriptionclassMatches start and end of a block.classSplits a flow execution intoFlowChunks whenever you have a label.Methods in org.jenkinsci.plugins.workflow.graphanalysis with parameters of type ChunkFinderModifier and TypeMethodDescriptionstatic voidForkScanner.visitSimpleChunks(Collection<FlowNode> heads, Collection<FlowNode> blacklist, SimpleChunkVisitor visitor, ChunkFinder finder) static voidForkScanner.visitSimpleChunks(Collection<FlowNode> heads, SimpleChunkVisitor visitor, ChunkFinder finder) voidForkScanner.visitSimpleChunks(SimpleChunkVisitor visitor, ChunkFinder finder) Walk through flows