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.edgesfinal Map<String, FlowNodeWrapper> PipelineNodeGraphVisitor.nodeMapfinal ArrayDeque<FlowNodeWrapper> PipelineNodeGraphVisitor.nodesfinal Map<String, Stack<FlowNodeWrapper>> PipelineNodeGraphVisitor.stackPerEndMethods 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 TypeMethodDescriptionvoidFlowNodeWrapper.addEdge(FlowNodeWrapper edge) voidFlowNodeWrapper.addParent(FlowNodeWrapper parent) booleanFlowNodeWrapper.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 TypeMethodDescriptionvoidFlowNodeWrapper.addEdges(List<FlowNodeWrapper> edges) voidFlowNodeWrapper.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)