Class FlowNodes

java.lang.Object
org.jenkinsci.plugins.prometheus.util.FlowNodes

public class FlowNodes extends Object
Helper methods for working with flow nodes
  • Constructor Details

    • FlowNodes

      public FlowNodes()
  • Method Details

    • getSortedStageNodes

      public static List<com.cloudbees.workflow.rest.external.StageNodeExt> getSortedStageNodes(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
    • sortInNodeIdOrder

      public static void sortInNodeIdOrder(List<com.cloudbees.workflow.rest.external.StageNodeExt> answer)