Uses of Class
org.jenkinsci.plugins.workflow.graphanalysis.AbstractFlowScanner
Packages that use AbstractFlowScanner
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNodes produced from a pipeline execution.-
Uses of AbstractFlowScanner in org.jenkinsci.plugins.workflow.graphanalysis
Subclasses of AbstractFlowScanner in org.jenkinsci.plugins.workflow.graphanalysisModifier and TypeClassDescriptionclassDoes a simple and somewhat efficient depth-first search of all FlowNodes in the DAG.classScanner that will scan down all forks when we hit parallel blocks before continuing (as opposed toDepthFirstScanner), but generally runs in linear order.classExtension ofLinearScannerthat skips nested blocks at the current level, useful for finding enclosing blocks.classScans through the flow graph in strictly linear fashion, visiting only the first branch in parallel blocks.