com.atlassian.bamboo.charts
Class CombinedBuildSummaryByTimeChart

java.lang.Object
  extended by com.atlassian.bamboo.charts.AbstractBambooChart
      extended by com.atlassian.bamboo.charts.CombinedBuildSummaryByTimeChart
All Implemented Interfaces:
ChartBuilder

public class CombinedBuildSummaryByTimeChart
extends AbstractBambooChart


Field Summary
 
Fields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel
 
Constructor Summary
CombinedBuildSummaryByTimeChart(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, String periodRange, List filteredResults)
           
 
Method Summary
 Map generateChartParams()
           
 
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
 

Constructor Detail

CombinedBuildSummaryByTimeChart

public CombinedBuildSummaryByTimeChart(int height,
                                       int width,
                                       String chartTitle,
                                       String xAxisLabel,
                                       String yAxisLabel,
                                       String periodRange,
                                       List filteredResults)
Method Detail

generateChartParams

public Map generateChartParams()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.