hudson.plugins.plot
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotReport
public PlotReport(hudson.model.AbstractProject<?,?> project,
String group,
List<Plot> plots)
getProject
public hudson.model.AbstractProject<?,?> getProject()
getGroup
public String getGroup()
getPlots
public List<Plot> getPlots()
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)
getTable
public List<List<String>> getTable(int i)
Copyright © 2004-2014. All Rights Reserved.