Uses of Class
io.jenkins.plugins.pipelinegraphview.utils.FlowNodeWrapper
Packages that use FlowNodeWrapper
Package
Description
- 
Uses of FlowNodeWrapper in io.jenkins.plugins.pipelinegraphview.treescanner
Methods in io.jenkins.plugins.pipelinegraphview.treescanner that return types with arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionPipelineNodeGraphAdapter.getAllSteps()PipelineNodeTreeScanner.getAllSteps()PipelineNodeTreeScanner.getPipelineNodeMap()PipelineNodeGraphAdapter.getPipelineNodes()PipelineNodeTreeScanner.getPipelineNodes()PipelineNodeGraphAdapter.getStageSteps(String startNodeId) PipelineNodeTreeScanner.getStageSteps(String startNodeId)  - 
Uses of FlowNodeWrapper in io.jenkins.plugins.pipelinegraphview.utils
Fields in io.jenkins.plugins.pipelinegraphview.utils with type parameters of type FlowNodeWrapperMethods in io.jenkins.plugins.pipelinegraphview.utils that return FlowNodeWrapperMethods in io.jenkins.plugins.pipelinegraphview.utils that return types with arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionPipelineStepBuilderApi.getAllSteps()FlowNodeWrapper.getParents()PipelineGraphBuilderApi.getPipelineNodes()PipelineStepBuilderApi.getStageSteps(String startNodeId) Methods in io.jenkins.plugins.pipelinegraphview.utils with parameters of type FlowNodeWrapperModifier and TypeMethodDescriptionvoidFlowNodeWrapper.addEdge(FlowNodeWrapper edge) voidFlowNodeWrapper.addParent(FlowNodeWrapper parent) intFlowNodeWrapper.NodeComparator.compare(FlowNodeWrapper a, FlowNodeWrapper b) 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.voidFlowNodeWrapper.removeEdge(FlowNodeWrapper edge) voidFlowNodeWrapper.removeParent(FlowNodeWrapper parent) Method parameters in io.jenkins.plugins.pipelinegraphview.utils with type arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionvoidFlowNodeWrapper.addEdges(List<FlowNodeWrapper> edges) voidFlowNodeWrapper.addParents(Collection<FlowNodeWrapper> parents) static StringFlowNodeWrapper.getNodeGraphviz(List<FlowNodeWrapper> nodes)