|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.greenhopper.service.charts.WorkRateServiceImpl
@Service public class WorkRateServiceImpl
Constructor Summary | |
---|---|
WorkRateServiceImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkRateServiceImpl()
Method Detail |
---|
@Nonnull public 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)
WorkRateService
getRateData
in interface WorkRateService
user
- the userrapidView
- the boardstart
- the start timeend
- the end time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |