Interface WorkRateService

All Known Implementing Classes:
WorkRateServiceImpl

public interface WorkRateService
Service that provides a work rate for a given time span
  • Method Summary

    Modifier and Type
    Method
    Description
    getRateData(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.
  • Method Details

    • getRateData

      @Nonnull 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)
      Calculates work rate data for the board and the time span.
      Parameters:
      user - the user
      rapidView - the board
      start - the start time
      end - the end time
      Returns:
      the outcome