Package org.ow2.clif.jenkins.chart
Class CallChart
- java.lang.Object
-
- org.ow2.clif.jenkins.chart.AbstractChart
-
- org.ow2.clif.jenkins.chart.CallChart
-
public class CallChart 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
protected boolean
scatterPlot
-
Fields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId
-
-
Constructor Summary
Constructors Constructor Description CallChart(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()
void
setScatterPlot(boolean scatterPlot)
-
Methods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
-
-
-
Constructor Detail
-
CallChart
public CallChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Detail
-
setScatterPlot
public void setScatterPlot(boolean scatterPlot)
-
addData
public void addData(double x, double y)
-
createChart
protected org.jfree.chart.JFreeChart createChart()
- Specified by:
createChart
in classAbstractChart
-
-