Package org.ow2.clif.jenkins.chart
Class AbstractChart
java.lang.Object
org.ow2.clif.jenkins.chart.AbstractChart
- Direct Known Subclasses:
CallChart,FixedSliceNumberDistributionChart,FixedSliceSizeDistributionChart,MovingStatChart,QuantileDistributionChart
- Author:
- Julien Coste
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractChart(String chartType, String bladeId, String testplan, String event, ChartConfiguration chartConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.jfree.chart.JFreeChartvoidcreateChart(File rootDir) voiddoPng(File rootDir, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) protected String
-
Field Details
-
chartId
-
chartConfiguration
-
-
Constructor Details
-
AbstractChart
public AbstractChart(String chartType, String bladeId, String testplan, String event, ChartConfiguration chartConfiguration)
-
-
Method Details
-
getBasicTitle
-
doPng
public void doPng(File rootDir, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException - Throws:
IOException
-
createChart
-
createChart
protected abstract org.jfree.chart.JFreeChart createChart()
-