Uses of Interface
org.jenkinsci.plugins.workflow.graphanalysis.FlowNodeVisitor
Packages that use FlowNodeVisitor
Package
Description
Provides a library of methods to work with and analyze the graph of 
FlowNodes produced from a pipeline execution.- 
Uses of FlowNodeVisitor in org.jenkinsci.plugins.workflow.graphanalysisMethods in org.jenkinsci.plugins.workflow.graphanalysis with parameters of type FlowNodeVisitorModifier and TypeMethodDescriptionvoidAbstractFlowScanner.visitAll(Collection<FlowNode> heads, Collection<FlowNode> blackList, FlowNodeVisitor visitor) Given aFlowNodeVisitor, invokevisit(FlowNode)on each node and halt early if it returns false.voidAbstractFlowScanner.visitAll(Collection<FlowNode> heads, FlowNodeVisitor visitor) Syntactic sugar forAbstractFlowScanner.visitAll(Collection, Collection, FlowNodeVisitor)where we don't denylist any nodesvoidLinearScanner.visitAll(Collection<FlowNode> heads, Collection<FlowNode> blackList, FlowNodeVisitor visitor) Given aFlowNodeVisitor, invokevisit(FlowNode)on each node and halt early if it returns false.voidLinearScanner.visitAll(Collection<FlowNode> heads, FlowNodeVisitor visitor) Syntactic sugar forAbstractFlowScanner.visitAll(Collection, Collection, FlowNodeVisitor)where we don't denylist any nodes