com.atlassian.greenhopper.service.issue
Class EpicHistoryServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issue.EpicHistoryServiceImpl
All Implemented Interfaces:
EpicHistoryService

@Service
public class EpicHistoryServiceImpl
extends java.lang.Object
implements EpicHistoryService


Constructor Summary
EpicHistoryServiceImpl()
           
 
Method Summary
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic)
          Get the issue history information for a given rapid view and epic
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> findEpicHistory(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue epic, ClauseToAdd additionalClause)
          Get the issue history information for a given rapid view and epic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicHistoryServiceImpl

public EpicHistoryServiceImpl()
Method Detail

findEpicHistory

public ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> findEpicHistory(@NotNull
                                                                                                            com.atlassian.crowd.embedded.api.User user,
                                                                                                            @NotNull
                                                                                                            RapidView rapidView,
                                                                                                            @NotNull
                                                                                                            com.atlassian.jira.issue.Issue epic)
Description copied from interface: EpicHistoryService
Get the issue history information for a given rapid view and epic

Specified by:
findEpicHistory in interface EpicHistoryService

findEpicHistory

public ServiceOutcome<java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>>> findEpicHistory(@NotNull
                                                                                                            com.atlassian.crowd.embedded.api.User user,
                                                                                                            @NotNull
                                                                                                            RapidView rapidView,
                                                                                                            @NotNull
                                                                                                            com.atlassian.jira.issue.Issue epic,
                                                                                                            @NotNull
                                                                                                            ClauseToAdd additionalClause)
Description copied from interface: EpicHistoryService
Get the issue history information for a given rapid view and epic

Specified by:
findEpicHistory in interface EpicHistoryService


Copyright © 2007-2014 Atlassian. All Rights Reserved.