public class TrendGraph
extends hudson.util.Graph
Modifier and Type | Field and Description |
---|---|
protected List<? extends hudson.tasks.test.TestResult> |
testResults |
Modifier | Constructor and Description |
---|---|
protected |
TrendGraph(String relativeUrl,
String yLabel,
List<? extends hudson.tasks.test.TestResult> testResults) |
Modifier and Type | Method and Description |
---|---|
protected hudson.util.DataSetBuilder<String,hudson.plugins.labeledgroupedtests.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<? extends hudson.tasks.test.TestResult> |
getList() |
protected final List<? extends hudson.tasks.test.TestResult> testResults
protected hudson.util.DataSetBuilder<String,hudson.plugins.labeledgroupedtests.ChartLabel> createDataSet()
public void doPng(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
doPng
in class hudson.util.Graph
IOException
public void doMap(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
doMap
in class hudson.util.Graph
IOException
public List<? extends hudson.tasks.test.TestResult> getList()
protected org.jfree.chart.JFreeChart createGraph()
createGraph
in class hudson.util.Graph
Copyright © 2004-2017 Yahoo!, Inc.. All Rights Reserved.