public interface WorkRateService
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<WorkRateData> |
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.
|
@Nonnull ServiceOutcome<WorkRateData> getRateData(@Nullable com.atlassian.crowd.embedded.api.User user, @Nonnull RapidView rapidView, @Nonnull org.joda.time.DateTime start, @Nonnull org.joda.time.DateTime end)
user
- the userrapidView
- the boardstart
- the start timeend
- the end timeCopyright © 2007–2015 Atlassian. All rights reserved.