com.atlassian.greenhopper.service.sprint
Class SprintHistoryServiceImpl

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

@Service
public class SprintHistoryServiceImpl
extends java.lang.Object
implements SprintHistoryService

SprintHistoryService implementation


Constructor Summary
SprintHistoryServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the keys of all the issues that were ever in a sprint, with a mapping to their parent issue key if they are a sub-task.
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> findSprintHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, Sprint sprint, ClauseToAdd additionalClause)
          Get the issue sprint history information for a given rapid view and sprint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintHistoryServiceImpl

public SprintHistoryServiceImpl()
Method Detail

findSprintHistory

public ServiceOutcome<java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>>> findSprintHistory(com.atlassian.crowd.embedded.api.User user,
                                                                                                            RapidView rapidView,
                                                                                                            Sprint sprint,
                                                                                                            ClauseToAdd additionalClause)
Description copied from interface: SprintHistoryService
Get the issue sprint history information for a given rapid view and sprint

Specified by:
findSprintHistory in interface SprintHistoryService

findIssueKeysAndParentsInSprint

public ServiceOutcome<java.util.Map<java.lang.String,java.lang.String>> findIssueKeysAndParentsInSprint(com.atlassian.crowd.embedded.api.User user,
                                                                                                        @NotNull
                                                                                                        RapidView rapidView,
                                                                                                        @NotNull
                                                                                                        Sprint sprint,
                                                                                                        @NotNull
                                                                                                        ClauseToAdd additionalClause)
Description copied from interface: SprintHistoryService
Get the keys of all the issues that were ever in a sprint, with a mapping to their parent issue key if they are a sub-task.

Note: if a key in the map has a null value, then that issue is a parent.

Specified by:
findIssueKeysAndParentsInSprint in interface SprintHistoryService


Copyright © 2007-2012 Atlassian. All Rights Reserved.