com.atlassian.bamboo.charts
Class CombinedBuildSummaryByBuildChart

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

public class CombinedBuildSummaryByBuildChart
extends AbstractBambooChart


Field Summary
 
Fields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel
 
Constructor Summary
CombinedBuildSummaryByBuildChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, Build build, java.util.List filteredResults)
           
 
Method Summary
 java.util.Map generateChartParams()
           
 
Methods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
configureDurationRangeAxis, configureDurationRangeAxisForSeconds, 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

CombinedBuildSummaryByBuildChart

public CombinedBuildSummaryByBuildChart(int height,
                                        int width,
                                        java.lang.String chartTitle,
                                        java.lang.String xAxisLabel,
                                        java.lang.String yAxisLabel,
                                        Build build,
                                        java.util.List filteredResults)
Method Detail

generateChartParams

public java.util.Map generateChartParams()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.