| Modifier and Type | Method and Description |
|---|---|
List<io.jenkins.blueocean.rest.model.BluePipelineNode> |
PipelineNodeGraphBuilder.union(PipelineNodeGraphBuilder other,
io.jenkins.blueocean.rest.hal.Link parentLink)
Create a union of current pipeline nodes with the one from future.
|
| Constructor and Description |
|---|
PipelineNodeImpl(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
org.jenkinsci.plugins.workflow.graph.FlowNode node,
PipelineNodeGraphBuilder.NodeRunStatus status,
PipelineNodeGraphBuilder nodeGraphBuilder,
io.jenkins.blueocean.rest.hal.Link parentLink) |
PipelineStepContainerImpl(org.jenkinsci.plugins.workflow.graph.FlowNode node,
PipelineNodeGraphBuilder graphBuilder,
io.jenkins.blueocean.rest.hal.Link parentLink) |
PipelineStepImpl(org.jenkinsci.plugins.workflow.graph.FlowNode node,
PipelineNodeGraphBuilder graphBuilder,
io.jenkins.blueocean.rest.hal.Link parent) |
Copyright © 2016. All rights reserved.