Class PlotReport

java.lang.Object
hudson.plugins.plot.PlotReport

public class PlotReport extends Object
Represents a plot report for a single group of plots.
Author:
Nigel Daley
  • Constructor Details

  • Method Details

    • getProject

      @Deprecated public AbstractProject<?,?> getProject()
      Deprecated.
    • getJob

      public Job<?,?> getJob()
    • getGroup

      public String getGroup()
    • getPlots

      public List<Plot> getPlots()
    • formatNumber

      public String formatNumber(String number)
    • getPlotDescription

      public String getPlotDescription(int i)
    • doGetPlot

      public void doGetPlot(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp)
    • doGetPlotMap

      public void doGetPlotMap(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp)
    • getDisplayTableFlag

      public boolean getDisplayTableFlag(int i)
    • getTable

      public List<List<String>> getTable(int i)