com.atlassian.bamboo.charts
Class TestCaseBuildTimesChart
java.lang.Object
com.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.charts.TestCaseBuildTimesChart
- All Implemented Interfaces:
- ChartBuilder
public class TestCaseBuildTimesChart
- extends AbstractBambooChart
Methods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart |
generateChartImage, generateChartImage, generateRandomMapName, getChartTitle, getContextPath, getHeight, getWidth, getxAxisLabel, getyAxisLabel, isShortUrlUsed, setChartTitle, setContextPath, setHeight, setShortUrlUsed, setWidth, setxAxisLabel, setyAxisLabel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseBuildTimesChart
public TestCaseBuildTimesChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
TestCase testCase)
addDataSet
protected void addDataSet(ResultStatisticsProvider result,
CategoryTableXYDataset categoryTableXYDataSet)
generateChartParams
public Map generateChartParams()
generateChart
protected JFreeChart generateChart(CategoryTableXYDataset dataSet)
getChart
protected JFreeChart getChart()
generateToolTip
public String generateToolTip(XYDataset dataset,
int row,
int column)
generateURL
public String generateURL(XYDataset dataset,
int row,
int column)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.