Class PipelineStepApi
java.lang.Object
io.jenkins.plugins.pipelinegraphview.utils.PipelineStepApi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineStepList
Gets all steps using the legacy PipelineStepVisitor class.protected PipelineStepList
getLegacySteps
(String stageId) Find steps using the legacy PipelineStepVisitor class.
-
Constructor Details
-
PipelineStepApi
public PipelineStepApi(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
-
-
Method Details
-
getSteps
-
getAllSteps
-
getLegacySteps
Find steps using the legacy PipelineStepVisitor class. This is useful for testing and could be useful for bridging the gap between representations. -
getAllLegacySteps
Gets all steps using the legacy PipelineStepVisitor class. This is useful for testing and could be useful for bridging the gap between representations. Returns a PipelineStepList, sorted by stageId and Id.
-