Class BuildChartAction.RunAnomaliesData

java.lang.Object
org.jenkinsci.plugins.vmanager.charts.BuildChartAction.RunAnomaliesData
Enclosing class:
BuildChartAction

public static final class BuildChartAction.RunAnomaliesData extends Object
Result returned to the front-end Stapler proxy for the Run Anomalies chart: a fixed 4-category × 3-stack matrix (Duration / CPU Time / Max Memory / Avg Memory, each split into None / Unknown / Anomaly). Sent as parallel arrays in fixed category order so the front-end doesn't have to do any reshaping.
  • Method Details

    • getCategories

      public List<String> getCategories()
    • getNone

      public List<Integer> getNone()
    • getUnknown

      public List<Integer> getUnknown()
    • getAnomaly

      public List<Integer> getAnomaly()
    • getTotalRuns

      public int getTotalRuns()
    • getError

      public String getError()