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