Class PipelineGraphApi
java.lang.Object
io.jenkins.plugins.pipelinegraphview.utils.PipelineGraphApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineGraph
Creates the tree using the legacy PipelineNodeGraphVisitor class.protected PipelineGraph
replay()
-
Constructor Details
-
PipelineGraphApi
public PipelineGraphApi(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
-
Method Details
-
replay
-
createTree
-
createShallowTree
-
createLegacyTree
Creates the tree using the legacy PipelineNodeGraphVisitor class. This is useful for testing and could be useful for bridging the gap between representations.
-