Class WorkRateServiceImpl

java.lang.Object
com.atlassian.greenhopper.service.charts.WorkRateServiceImpl
All Implemented Interfaces:
WorkRateService

@Service public class WorkRateServiceImpl extends Object implements WorkRateService
  • 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 interface WorkRateService
      Parameters:
      user - the user
      rapidView - the board
      start - the start time
      end - the end time
      Returns:
      the outcome