com.atlassian.greenhopper.service.charts
Class HourBurndownAdapter

java.lang.Object
  extended by com.pyxis.greenhopper.charts.CurveChart
      extended by com.pyxis.greenhopper.charts.timetracking.HourBurndown
          extended by com.atlassian.greenhopper.service.charts.HourBurndownAdapter
All Implemented Interfaces:
Chart

Deprecated.

@Deprecated
public class HourBurndownAdapter
extends HourBurndown

Temporary adapter class for limiting refactoring scope. This class WILL be deleted. Do not use anywhere else.

Author:
ahennecke

Field Summary
 
Fields inherited from class com.pyxis.greenhopper.charts.timetracking.HourBurndown
LINEFEED, SEPARATOR
 
Fields inherited from class com.pyxis.greenhopper.charts.CurveChart
chartContext, workingDaysPerWeek
 
Constructor Summary
HourBurndownAdapter(ChartContext chartContext, ChartBoard board, HourBurndownChartService chartService, GHVersionService iterationService)
          Deprecated.  
 
Method Summary
 java.lang.String buildCSVReport()
          Deprecated.  
 java.util.List<Curve> computeCurves()
          Deprecated.  
 
Methods inherited from class com.pyxis.greenhopper.charts.timetracking.HourBurndown
computeReportlogs, getDefaultSettings, getFooter, getHeader, getTitle, getXTitle, getYTitle, isJFreeChartSupported, isReportSupported, setRankingFields, setWatchedFields
 
Methods inherited from class com.pyxis.greenhopper.charts.CurveChart
buildChart, canForecast, computeForecast, computeOnGoing, createTimeMap, flatten, forecastStartPoint, getCompletedDays, getDay, getDayAxisLabel, getDaysVsDatesMapping, getEndDate, getPreviousDate, getRatioCurve, getSettings, getTotalNumberOfDays, getWorkedDays, isClosed, isDateAxisAvailable, isForecastLegendShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HourBurndownAdapter

public HourBurndownAdapter(ChartContext chartContext,
                           ChartBoard board,
                           HourBurndownChartService chartService,
                           GHVersionService iterationService)
Deprecated. 
Method Detail

computeCurves

public java.util.List<Curve> computeCurves()
Deprecated. 
Specified by:
computeCurves in interface Chart
Overrides:
computeCurves in class HourBurndown

buildCSVReport

public java.lang.String buildCSVReport()
Deprecated. 
Specified by:
buildCSVReport in interface Chart
Overrides:
buildCSVReport in class HourBurndown


Copyright © 2007-2012 Atlassian. All Rights Reserved.