Class WorkRateServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.charts.WorkRateServiceImpl
- All Implemented Interfaces:
WorkRateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRateData
(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, org.joda.time.DateTime start, org.joda.time.DateTime end) Calculates work rate data for the board and the time span.
-
Constructor Details
-
WorkRateServiceImpl
public WorkRateServiceImpl()
-
-
Method Details
-
getRateData
@Nonnull public ServiceOutcome<WorkRateData> getRateData(@Nullable com.atlassian.jira.user.ApplicationUser user, @Nonnull RapidView rapidView, @Nonnull org.joda.time.DateTime start, @Nonnull org.joda.time.DateTime end) Description copied from interface:WorkRateService
Calculates work rate data for the board and the time span.- Specified by:
getRateData
in interfaceWorkRateService
- Parameters:
user
- the userrapidView
- the boardstart
- the start timeend
- the end time- Returns:
- the outcome
-