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

Packages that use WorkRateData
com.atlassian.greenhopper.service.charts   
com.atlassian.greenhopper.service.sprint.health   
com.atlassian.greenhopper.web.rapid.chart   
 

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

Methods in com.atlassian.greenhopper.service.charts that return types with arguments of type WorkRateData
 ServiceOutcome<WorkRateData> WorkRateServiceImpl.getRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end)
           
 ServiceOutcome<WorkRateData> WorkRateService.getRateData(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end)
          Calculates work rate data for the board and the time span.
 

Uses of WorkRateData in com.atlassian.greenhopper.service.sprint.health
 

Methods in com.atlassian.greenhopper.service.sprint.health with parameters of type WorkRateData
static long SprintHealthMetricsResolver.calculateDuration(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, WorkRateData workRate)
          Calculates the duration between two dates in millis, taking into account non working days
static java.lang.Long SprintHealthMetricsResolver.calculateSprintCompletionPercentage(Sprint sprint, WorkRateData workRate, org.joda.time.DateTime now)
           
 

Uses of WorkRateData in com.atlassian.greenhopper.web.rapid.chart
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type WorkRateData
 ServiceOutcome<WorkRateData> WorkRateDataFactory.toWorkRateData(java.util.TimeZone userTimeZone, WorkRateData rateData)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type WorkRateData
IssueCycleTimeCollector(java.util.List<Column> columns, java.util.Map<com.atlassian.jira.issue.status.Status,Column> columnsByStatus, org.joda.time.DateTime now, WorkRateData rateData)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.