com.atlassian.bamboo.charts
Class BuildFailuresChart
java.lang.Object
com.atlassian.bamboo.charts.AbstractBambooChart
com.atlassian.bamboo.charts.BuildFailuresChart
- All Implemented Interfaces:
- ChartBuilder
public class BuildFailuresChart
- 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 |
build
protected Build build
filteredResults
protected List filteredResults
buildResults
protected Map buildResults
BuildFailuresChart
public BuildFailuresChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
Build build,
List filteredResults)
generateChartParams
public Map generateChartParams()
getChart
public JFreeChart getChart()
generateChart
protected JFreeChart generateChart(CategoryTableXYDataset dataSet1)
generateToolTip
public String generateToolTip(XYDataset dataset,
int row,
int column)
generateURL
public String generateURL(XYDataset dataset,
int row,
int column)
appendTooltipSuffix
protected void appendTooltipSuffix(StringBuffer tooltip,
BuildResultsSummary buildResultsSummary)
getBuild
public Build getBuild()
setBuild
public void setBuild(Build build)
getFilteredResults
public List getFilteredResults()
setFilteredResults
public void setFilteredResults(List filteredResults)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.