Package org.ow2.clif.jenkins.chart
Class MovingStatChart
- java.lang.Object
-
- org.ow2.clif.jenkins.chart.AbstractChart
-
- org.ow2.clif.jenkins.chart.MovingStatChart
-
public class MovingStatChart extends AbstractChart
Class used to generate and save a chart attach to a build- Author:
- Julien Coste
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jfree.data.xy.XYSeries
eventSerie
-
Fields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId
-
-
Constructor Summary
Constructors Constructor Description MovingStatChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addData(double x, double y)
protected org.jfree.chart.JFreeChart
createChart()
-
Methods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
-
-
-
Constructor Detail
-
MovingStatChart
public MovingStatChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Detail
-
addData
public void addData(double x, double y)
-
createChart
protected org.jfree.chart.JFreeChart createChart()
- Specified by:
createChart
in classAbstractChart
-
-