public class TrendGraph
extends hudson.util.Graph
| Modifier and Type | Field and Description |
|---|---|
protected List<JUnitSummaryInfo> |
historyList |
| Modifier | Constructor and Description |
|---|---|
protected |
TrendGraph(String prefixUrl,
String suffixUrl,
String yLabel,
List<JUnitSummaryInfo> historyList) |
| Modifier and Type | Method and Description |
|---|---|
protected hudson.util.DataSetBuilder<String,com.cwctravel.hudson.plugins.multimoduletests.ChartLabel> |
createDataSet() |
protected org.jfree.chart.JFreeChart |
createGraph() |
void |
doMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Renders a clickable map.
|
void |
doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
List<JUnitSummaryInfo> |
getList() |
protected final List<JUnitSummaryInfo> historyList
protected TrendGraph(String prefixUrl, String suffixUrl, String yLabel, List<JUnitSummaryInfo> historyList)
protected hudson.util.DataSetBuilder<String,com.cwctravel.hudson.plugins.multimoduletests.ChartLabel> createDataSet()
public void doPng(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
doPng in class hudson.util.GraphIOExceptionpublic void doMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
doMap in class hudson.util.GraphIOExceptionpublic List<JUnitSummaryInfo> getList()
protected org.jfree.chart.JFreeChart createGraph()
createGraph in class hudson.util.GraphCopyright © 2004-2016. All Rights Reserved.