Uses of Class
com.atlassian.jira.issue.changehistory.ChangeHistory

Packages that use ChangeHistory
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.tabpanels   
 

Uses of ChangeHistory in com.atlassian.jira.issue.changehistory
 

Methods in com.atlassian.jira.issue.changehistory that return types with arguments of type ChangeHistory
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistories(Issue issue)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistories(Issue issue)
          Returns a List of ChangeHistory entities
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for the given issue.
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
          Deprecated. Please use ChangeHistoryManager.getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Uses of ChangeHistory in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type ChangeHistory
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor, ChangeHistory changeHistory, boolean showHeader, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.