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) PipelineNodeGraphAdapter.getStep()
-
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 TypeMethodDescriptionvoid
FlowNodeWrapper.addEdge
(FlowNodeWrapper edge) void
FlowNodeWrapper.addParent
(FlowNodeWrapper parent) int
FlowNodeWrapper.NodeComparator.compare
(FlowNodeWrapper a, FlowNodeWrapper b) 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.void
FlowNodeWrapper.removeEdge
(FlowNodeWrapper edge) void
FlowNodeWrapper.removeParent
(FlowNodeWrapper parent) Method parameters in io.jenkins.plugins.pipelinegraphview.utils with type arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionvoid
FlowNodeWrapper.addEdges
(List<FlowNodeWrapper> edges) void
FlowNodeWrapper.addParents
(Collection<FlowNodeWrapper> parents) static String
FlowNodeWrapper.getNodeGraphviz
(List<FlowNodeWrapper> nodes) -
Uses of FlowNodeWrapper in io.jenkins.plugins.pipelinegraphview.utils.legacy
Fields in io.jenkins.plugins.pipelinegraphview.utils.legacy with type parameters of type FlowNodeWrapperModifier and TypeFieldDescriptionfinal Map<String,
FlowNodeWrapper> PipelineNodeGraphVisitor.nodeMap
final ArrayDeque<FlowNodeWrapper>
PipelineNodeGraphVisitor.nodes
final Map<String,
Stack<FlowNodeWrapper>> PipelineNodeGraphVisitor.stackPerEnd
Methods in io.jenkins.plugins.pipelinegraphview.utils.legacy that return FlowNodeWrapperMethods in io.jenkins.plugins.pipelinegraphview.utils.legacy that return types with arguments of type FlowNodeWrapperModifier and TypeMethodDescriptionPipelineStepVisitor.getAllSteps()
PipelineNodeGraphVisitor.getPipelineNodes()
PipelineStepVisitor.getStageSteps
(String startNodeId)