com.atlassian.bamboo.reports.charts
Class BuildSummaryAverageQueuedDurationLineChart

java.lang.Object
  extended by com.atlassian.bamboo.charts.AbstractBambooChart
      extended by com.atlassian.bamboo.reports.charts.BambooReportLineChart
          extended by com.atlassian.bamboo.reports.charts.BuildSummaryAverageQueuedDurationLineChart
All Implemented Interfaces:
ChartBuilder, BambooPluginModule, org.jfree.chart.labels.XYSeriesLabelGenerator, org.jfree.chart.labels.XYToolTipGenerator

public class BuildSummaryAverageQueuedDurationLineChart
extends BambooReportLineChart
implements org.jfree.chart.labels.XYToolTipGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
AbstractBambooChart.AutoRange, AbstractBambooChart.NotifyListeners
 
Field Summary
 
Fields inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
planManager, resultsSummaryManager
 
Fields inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
chartTitle, contextPath, height, shortUrlUsed, width, xAxisLabel, yAxisLabel
 
Constructor Summary
BuildSummaryAverageQueuedDurationLineChart()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> generateChartParams()
           
 java.lang.String generateToolTip(org.jfree.data.xy.XYDataset xyDataset, int series, int item)
           
 
Methods inherited from class com.atlassian.bamboo.reports.charts.BambooReportLineChart
generateLabel, getDataSet, getJFreeChart, getPlanManager, getResultsSummaryManager, setDataSet, setPlanManager, setResultsSummaryManager
 
Methods inherited from class com.atlassian.bamboo.charts.AbstractBambooChart
configureDurationRangeAxis, 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

BuildSummaryAverageQueuedDurationLineChart

public BuildSummaryAverageQueuedDurationLineChart()
Method Detail

generateToolTip

public java.lang.String generateToolTip(org.jfree.data.xy.XYDataset xyDataset,
                                        int series,
                                        int item)
Specified by:
generateToolTip in interface org.jfree.chart.labels.XYToolTipGenerator
Overrides:
generateToolTip in class BambooReportLineChart

generateChartParams

public java.util.Map<java.lang.String,java.lang.Object> generateChartParams()
Specified by:
generateChartParams in interface ChartBuilder
Overrides:
generateChartParams in class BambooReportLineChart


Copyright © 2011 Atlassian. All Rights Reserved.