Class NodeRelationshipFinder
java.lang.Object
io.jenkins.plugins.pipelinegraphview.treescanner.NodeRelationshipFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNodeRelationships
(LinkedHashMap<String, org.jenkinsci.plugins.workflow.graph.FlowNode> nodeMap) Determines the relationship between FlowNodesFlowNode.getParents()
.
-
Constructor Details
-
NodeRelationshipFinder
public NodeRelationshipFinder()
-
-
Method Details
-
getNodeRelationships
@NonNull public LinkedHashMap<String,NodeRelationship> getNodeRelationships(@NonNull LinkedHashMap<String, org.jenkinsci.plugins.workflow.graph.FlowNode> nodeMap) Determines the relationship between FlowNodesFlowNode.getParents()
.
-