Uses of Class
io.jenkins.blueocean.rest.impl.pipeline.FlowNodeWrapper
Packages that use FlowNodeWrapper
-
Uses of FlowNodeWrapper in io.jenkins.blueocean.rest.impl.pipeline
Fields in io.jenkins.blueocean.rest.impl.pipeline with type parameters of type FlowNodeWrapperModifier and TypeFieldDescriptionfinal List<FlowNodeWrapper>
FlowNodeWrapper.edges
final Map<String,
FlowNodeWrapper> PipelineNodeGraphVisitor.nodeMap
final ArrayDeque<FlowNodeWrapper>
PipelineNodeGraphVisitor.nodes
final Map<String,
Stack<FlowNodeWrapper>> PipelineNodeGraphVisitor.stackPerEnd
Methods in io.jenkins.blueocean.rest.impl.pipeline that return FlowNodeWrapperMethods in io.jenkins.blueocean.rest.impl.pipeline that return types with arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionFlowNodeWrapper.getParents()
NodeGraphBuilder.getPipelineNodes()
Gives all pipeline nodes DAG graphPipelineNodeGraphVisitor.getPipelineNodes()
PipelineStepVisitor.getSteps()
Methods in io.jenkins.blueocean.rest.impl.pipeline with parameters of type FlowNodeWrapperModifier and TypeMethodDescriptionvoid
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.Method parameters in io.jenkins.blueocean.rest.impl.pipeline with type arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionvoid
FlowNodeWrapper.addEdges
(List<FlowNodeWrapper> edges) void
FlowNodeWrapper.addParents
(Collection<FlowNodeWrapper> parents) 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 runList<io.jenkins.blueocean.rest.model.BluePipelineNode>
PipelineNodeGraphVisitor.union
(List<FlowNodeWrapper> previousNodes, io.jenkins.blueocean.rest.hal.Link parent) Constructors in io.jenkins.blueocean.rest.impl.pipeline with parameters of type FlowNodeWrapperModifierConstructorDescriptionEdgeImpl
(FlowNodeWrapper edge) PipelineNodeImpl
(FlowNodeWrapper node, io.jenkins.blueocean.rest.Reachable parent, org.jenkinsci.plugins.workflow.job.WorkflowRun run) PipelineStepContainerImpl
(FlowNodeWrapper node, io.jenkins.blueocean.rest.hal.Link parentLink, String runExternalizableId) PipelineStepImpl
(FlowNodeWrapper node, io.jenkins.blueocean.rest.hal.Link parent)