Package org.ow2.clif.jenkins.chart
Class MovingStatChart
java.lang.Object
org.ow2.clif.jenkins.chart.AbstractChart
org.ow2.clif.jenkins.chart.MovingStatChart
Class used to generate and save a chart attach to a build
- Author:
- Julien Coste
-
Field Summary
FieldsFields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId -
Constructor Summary
ConstructorsConstructorDescriptionMovingStatChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(double x, double y) protected org.jfree.chart.JFreeChartMethods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
Field Details
-
eventSerie
protected final org.jfree.data.xy.XYSeries eventSerie
-
-
Constructor Details
-
MovingStatChart
public MovingStatChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Details
-
addData
public void addData(double x, double y) -
createChart
protected org.jfree.chart.JFreeChart createChart()- Specified by:
createChartin classAbstractChart
-