public interface NodeGraphBuilder
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeGraphBuilder.NodeGraphBuilderFactory
Factory to give legacy vs bismuth API based DAG builder
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeWrapper> |
getPipelineNodes()
Gives all pipeline nodes DAG graph
|
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
getPipelineNodes(io.jenkins.blueocean.rest.hal.Link parent)
Gives DAG graph as list of
BluePipelineNode |
io.jenkins.blueocean.rest.model.BluePipelineStep |
getPipelineNodeStep(String id,
io.jenkins.blueocean.rest.hal.Link parent)
Give the step for given id
|
List<io.jenkins.blueocean.rest.model.BluePipelineStep> |
getPipelineNodeSteps(io.jenkins.blueocean.rest.hal.Link parent)
Gives all the steps in this pipeline
|
List<io.jenkins.blueocean.rest.model.BluePipelineStep> |
getPipelineNodeSteps(String nodeId,
io.jenkins.blueocean.rest.hal.Link parent)
Gives all the steps inside given nodeId
|
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
union(List<FlowNodeWrapper> lastBuildGraph,
io.jenkins.blueocean.rest.hal.Link parent)
Create union of last successful run and this partial run
|
List<FlowNodeWrapper> getPipelineNodes()
List<io.jenkins.blueocean.rest.model.BluePipelineNode> getPipelineNodes(io.jenkins.blueocean.rest.hal.Link parent)
BluePipelineNodeList<io.jenkins.blueocean.rest.model.BluePipelineStep> getPipelineNodeSteps(String nodeId, io.jenkins.blueocean.rest.hal.Link parent)
List<io.jenkins.blueocean.rest.model.BluePipelineStep> getPipelineNodeSteps(io.jenkins.blueocean.rest.hal.Link parent)
io.jenkins.blueocean.rest.model.BluePipelineStep getPipelineNodeStep(String id, io.jenkins.blueocean.rest.hal.Link parent)
List<io.jenkins.blueocean.rest.model.BluePipelineNode> union(List<FlowNodeWrapper> lastBuildGraph, io.jenkins.blueocean.rest.hal.Link parent)
Copyright © 2016. All rights reserved.