com.atlassian.greenhopper.service.issue.changehistory
Interface ChangeHistoryService

All Known Implementing Classes:
ChangeHistoryServiceImpl

public interface ChangeHistoryService

Wrapper for JIRA's ChangeHistoryManager.


Method Summary
 java.util.List<SafeChangeHistory> getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for the given issue.
 

Method Detail

getChangeHistoriesForUser

java.util.List<SafeChangeHistory> getChangeHistoriesForUser(com.atlassian.jira.issue.Issue issue,
                                                            com.atlassian.crowd.embedded.api.User remoteUser)
Returns a List of ChangeHistory entities for the given issue. Please use this instead of directly using ChangeHistoryManager.getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User)

Parameters:
issue - the issue.
remoteUser - the user who is asking.
Returns:
a List of ChangeHistory entries.


Copyright © 2007-2012 Atlassian. All Rights Reserved.