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