| Modifier and Type | Field and Description |
|---|---|
Map<String,FlowNodeWrapper> |
PipelineNodeGraphVisitor.nodeMap |
ArrayDeque<FlowNodeWrapper> |
PipelineNodeGraphVisitor.nodes |
Map<FlowNodeWrapper,List<FlowNodeWrapper>> |
PipelineNodeGraphVisitor.parentToChildrenMap |
Map<FlowNodeWrapper,List<FlowNodeWrapper>> |
PipelineNodeGraphVisitor.parentToChildrenMap |
List<FlowNodeWrapper> |
FlowNodeWrapper.steps |
| 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> |
PipelineNodeGraphBuilder.getPipelineNodes()
Deprecated.
|
List<FlowNodeWrapper> |
NodeGraphBuilder.getPipelineNodes()
Gives all pipeline nodes DAG graph
|
List<FlowNodeWrapper> |
PipelineStepVisitor.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeWrapper.addParent(FlowNodeWrapper parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNodeWrapper.addParents(Collection<FlowNodeWrapper> parents) |
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
PipelineNodeGraphVisitor.union(List<FlowNodeWrapper> that,
io.jenkins.blueocean.rest.hal.Link parent) |
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
PipelineNodeGraphBuilder.union(List<FlowNodeWrapper> futureNodes,
io.jenkins.blueocean.rest.hal.Link parentLink)
Deprecated.
|
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
NodeGraphBuilder.union(List<FlowNodeWrapper> lastBuildGraph,
io.jenkins.blueocean.rest.hal.Link parent)
Create union of last successful run and this partial run
|
| Constructor and Description |
|---|
PipelineNodeImpl(FlowNodeWrapper node,
io.jenkins.blueocean.rest.hal.Link parentLink,
org.jenkinsci.plugins.workflow.job.WorkflowRun run) |
PipelineStepContainerImpl(FlowNodeWrapper node,
io.jenkins.blueocean.rest.hal.Link parentLink,
org.jenkinsci.plugins.workflow.job.WorkflowRun run) |
PipelineStepImpl(FlowNodeWrapper node,
io.jenkins.blueocean.rest.hal.Link parent) |
Copyright © 2016. All rights reserved.