| Package | Description |
|---|---|
| io.jenkins.plugins.pipelinegraphview.utils |
| Modifier and Type | Field and Description |
|---|---|
List<FlowNodeWrapper> |
FlowNodeWrapper.edges |
Map<String,FlowNodeWrapper> |
PipelineNodeGraphVisitor.nodeMap |
ArrayDeque<FlowNodeWrapper> |
PipelineNodeGraphVisitor.nodes |
Map<String,Stack<FlowNodeWrapper>> |
PipelineNodeGraphVisitor.stackPerEnd |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeWrapper |
FlowNodeWrapper.getFirstParent() |
FlowNodeWrapper |
PipelineStepVisitor.getStep(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeWrapper> |
FlowNodeWrapper.getParents() |
List<FlowNodeWrapper> |
PipelineNodeGraphVisitor.getPipelineNodes() |
List<FlowNodeWrapper> |
PipelineStepVisitor.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeWrapper.addEdge(FlowNodeWrapper edge) |
void |
FlowNodeWrapper.addParent(FlowNodeWrapper parent) |
boolean |
FlowNodeWrapper.probablySameNode(FlowNodeWrapper that)
Checks to see if `this` and `that` probably represent the same underlying pipeline graph node as far as the user
is concerned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeWrapper.addEdges(List<FlowNodeWrapper> edges) |
void |
FlowNodeWrapper.addParents(Collection<FlowNodeWrapper> parents) |
Copyright © 2016–2021. All rights reserved.