Class PipelineNodeTreeScanner
java.lang.Object
io.jenkins.plugins.pipelinegraphview.treescanner.PipelineNodeTreeScanner
Generates a Tree Representation of the DAG.
- Author:
- Tim Brown
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build()
Builds the flow node graph.getStageSteps
(String startNodeId) boolean
-
Constructor Details
-
PipelineNodeTreeScanner
public PipelineNodeTreeScanner(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
-
Method Details
-
build
public void build()Builds the flow node graph. -
getStageSteps
-
getAllSteps
-
getPipelineNodes
-
getPipelineNodeMap
-
isDeclarative
@NonNull public boolean isDeclarative()
-