Class SprintHistoryServiceImpl
java.lang.Object
com.atlassian.greenhopper.service.sprint.SprintHistoryServiceImpl
- All Implemented Interfaces:
SprintHistoryService
SprintHistoryService implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSprintHistory
(com.atlassian.jira.user.ApplicationUser user, RapidView rapidView, Sprint sprint, boolean includeSubtasks) Finds the sprint history for a given sprint.
-
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 interfaceSprintHistoryService
- Parameters:
user
- the user to perform the search on behalf ofrapidView
- the board to define the scope of the sprint historysprint
- sprint to find history forincludeSubtasks
- if the sprint history should include subtasks. If false, theSprintHistory.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
-