public abstract class AbstractChart extends Object
Modifier and Type | Field and Description |
---|---|
protected ChartConfiguration |
chartConfiguration |
protected ChartId |
chartId |
Constructor and Description |
---|
AbstractChart(String chartType,
String bladeId,
String testplan,
String event,
ChartConfiguration chartConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected abstract org.jfree.chart.JFreeChart |
createChart() |
void |
createChart(File rootDir) |
void |
doPng(File rootDir,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
protected String |
getBasicTitle() |
protected final ChartId chartId
protected final ChartConfiguration chartConfiguration
public AbstractChart(String chartType, String bladeId, String testplan, String event, ChartConfiguration chartConfiguration)
protected String getBasicTitle()
public void doPng(File rootDir, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public void createChart(File rootDir)
protected abstract org.jfree.chart.JFreeChart createChart()
Copyright © 2016–2017 CLIF project. All rights reserved.