Uses of Class
com.atlassian.greenhopper.model.charts.HourBurndownEntry

Packages that use HourBurndownEntry
com.atlassian.greenhopper.model.charts   
com.atlassian.greenhopper.service.charts   
 

Uses of HourBurndownEntry in com.atlassian.greenhopper.model.charts
 

Methods in com.atlassian.greenhopper.model.charts that return HourBurndownEntry
 HourBurndownEntry HourBurndownEntry.clone()
           
 HourBurndownEntry HourBurndownEntry.getDelta(HourBurndownEntry another)
          Compute the delta between this entry and another by subtracting the other entry's values.
 HourBurndownEntry HourBurndownModel.getFirstValue()
           
 HourBurndownEntry HourBurndownModel.getInitialValue()
           
 HourBurndownEntry HourBurndownModel.getLastValue()
           
 HourBurndownEntry HourBurndownModel.getPreviousDayDelta(org.joda.time.DateMidnight day)
          computes the delta towards the previous day.
 

Methods in com.atlassian.greenhopper.model.charts with parameters of type HourBurndownEntry
 HourBurndownEntry HourBurndownEntry.getDelta(HourBurndownEntry another)
          Compute the delta between this entry and another by subtracting the other entry's values.
 void HourBurndownModel.setInitialValue(HourBurndownEntry initialValue)
           
 

Uses of HourBurndownEntry in com.atlassian.greenhopper.service.charts
 

Methods in com.atlassian.greenhopper.service.charts that return HourBurndownEntry
 HourBurndownEntry HourBurndownChartServiceImpl.getInitialValue(com.atlassian.crowd.embedded.api.User user, WorklogTimeline timeline, java.util.List<com.atlassian.jira.issue.Issue> issues, org.joda.time.DateMidnight startDate)
           
 HourBurndownEntry HourBurndownChartService.getInitialValue(com.atlassian.crowd.embedded.api.User user, WorklogTimeline timeline, java.util.List<com.atlassian.jira.issue.Issue> issues, org.joda.time.DateMidnight startDate)
           
 HourBurndownEntry HourBurndownChartServiceImpl.getInitialValue(com.atlassian.crowd.embedded.api.User user, WorklogTimeline timeline, java.util.List<com.atlassian.jira.issue.Issue> issues, org.joda.time.DateMidnight startDate, TimelineAnalysis analysis)
          Compute the initial value.
 HourBurndownEntry HourBurndownChartService.getInitialValue(com.atlassian.crowd.embedded.api.User user, WorklogTimeline timeline, java.util.List<com.atlassian.jira.issue.Issue> issues, org.joda.time.DateMidnight startDate, TimelineAnalysis analysis)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.