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> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for a single issue.
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesForUser(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for multiple issues.
 

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, CustomFieldManager customFieldManager, DateTimeFormatter formatter, Issue issue, DateTimeFieldChangeLogHelper changeLogHelper)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.