Package com.veracode.jenkins.plugin
Class TrendChart
- java.lang.Object
-
- hudson.util.Graph
-
- com.veracode.jenkins.plugin.TrendChart
-
public class TrendChart extends Graph
-
-
Constructor Summary
Constructors Constructor Description TrendChart(long timestamp, int defaultW, int defaultH, Collection<BuildHistory> buildHistoryList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jfree.chart.JFreeChart
createGraph()
-
Methods inherited from class hudson.util.Graph
doMap, doPng, safeDimension
-
-
-
-
Constructor Detail
-
TrendChart
public TrendChart(long timestamp, int defaultW, int defaultH, Collection<BuildHistory> buildHistoryList)
-
-
Method Detail
-
createGraph
protected org.jfree.chart.JFreeChart createGraph()
- Specified by:
createGraph
in classGraph
-
-