Class FlowNodes
java.lang.Object
org.jenkinsci.plugins.prometheus.util.FlowNodes
Helper methods for working with flow nodes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.cloudbees.workflow.rest.external.StageNodeExt>
getSortedStageNodes
(org.jenkinsci.plugins.workflow.job.WorkflowRun run) static void
sortInNodeIdOrder
(List<com.cloudbees.workflow.rest.external.StageNodeExt> answer)
-
Constructor Details
-
FlowNodes
public FlowNodes()
-
-
Method Details