Package org.ow2.clif.jenkins.chart
Class FixedSliceSizeDistributionChart
java.lang.Object
org.ow2.clif.jenkins.chart.AbstractChart
org.ow2.clif.jenkins.chart.FixedSliceSizeDistributionChart
Class used to generate and save a chart attach to a build
- Author:
- Julien Coste, Bruno Dillenseger
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jfree.data.statistics.SimpleHistogramDatasetFields inherited from class org.ow2.clif.jenkins.chart.AbstractChart
chartConfiguration, chartId -
Constructor Summary
ConstructorsConstructorDescriptionFixedSliceSizeDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(double[] values, double min, double max) protected org.jfree.chart.JFreeChartMethods inherited from class org.ow2.clif.jenkins.chart.AbstractChart
createChart, doPng, getBasicTitle
-
Field Details
-
data
protected final org.jfree.data.statistics.SimpleHistogramDataset data
-
-
Constructor Details
-
FixedSliceSizeDistributionChart
public FixedSliceSizeDistributionChart(String testplan, String bladeId, String event, ChartConfiguration chartConfiguration)
-
-
Method Details
-
addData
public void addData(double[] values, double min, double max) -
createChart
protected org.jfree.chart.JFreeChart createChart()- Specified by:
createChartin classAbstractChart
-