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