Class PlotReport


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

      • 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.StaplerRequest req,
                              org.kohsuke.stapler.StaplerResponse rsp)
      • doGetPlotMap

        public void doGetPlotMap​(org.kohsuke.stapler.StaplerRequest req,
                                 org.kohsuke.stapler.StaplerResponse rsp)
      • getDisplayTableFlag

        public boolean getDisplayTableFlag​(int i)