Class SprintHistoryServiceImpl

java.lang.Object
com.atlassian.greenhopper.service.sprint.SprintHistoryServiceImpl
All Implemented Interfaces:
SprintHistoryService

@Service public class SprintHistoryServiceImpl extends Object implements SprintHistoryService
SprintHistoryService implementation
  • Constructor Details

    • SprintHistoryServiceImpl

      public SprintHistoryServiceImpl()
  • Method Details

    • findSprintHistory

      @Nonnull public ServiceOutcome<SprintHistory> findSprintHistory(com.atlassian.jira.user.ApplicationUser user, @Nonnull RapidView rapidView, @Nonnull Sprint sprint, boolean includeSubtasks)
      Description copied from interface: SprintHistoryService
      Finds the sprint history for a given sprint.
      Specified by:
      findSprintHistory in interface SprintHistoryService
      Parameters:
      user - the user to perform the search on behalf of
      rapidView - the board to define the scope of the sprint history
      sprint - sprint to find history for
      includeSubtasks - if the sprint history should include subtasks. If false, the SprintHistory.filteredOutSubtaskCount() will be set to the number of subtasks that were filtered out.
      Returns:
      the sprint history for the given sprint on the given board