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