Uses of Class
io.jenkins.plugins.pipelinegraphview.treescanner.NodeRelationship
-
Uses of NodeRelationship in io.jenkins.plugins.pipelinegraphview.treescanner
Modifier and TypeMethodDescriptionNodeRelationshipFinder.getNodeRelationships
(LinkedHashMap<String, org.jenkinsci.plugins.workflow.graph.FlowNode> nodeMap) Determines the relationship between FlowNodesFlowNode.getParents()
.ModifierConstructorDescriptionParallelBlockRelationship
(org.jenkinsci.plugins.workflow.graph.FlowNode start, org.jenkinsci.plugins.workflow.graph.FlowNode end, org.jenkinsci.plugins.workflow.graph.FlowNode after, ArrayDeque<NodeRelationship> branchRelationships)