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

Packages that use ChangeHistoryItem
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.index   
 

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

Methods in com.atlassian.jira.issue.changehistory that return types with arguments of type ChangeHistoryItem
 List<ChangeHistoryItem> DefaultChangeHistoryManager.getAllChangeItems(Issue issue)
           
 List<ChangeHistoryItem> ChangeHistoryManager.getAllChangeItems(Issue issue)
          Returns a List of ChangeHistoryItem's for the given issue
 

Uses of ChangeHistoryItem in com.atlassian.jira.issue.history
 

Methods in com.atlassian.jira.issue.history that return ChangeHistoryItem
 ChangeHistoryItem SyntheticChangeBuilder.buildSyntheticChange(Issue issue)
           
 

Uses of ChangeHistoryItem in com.atlassian.jira.issue.index
 

Methods in com.atlassian.jira.issue.index that return types with arguments of type ChangeHistoryItem
 List<ChangeHistoryItem> DefaultChangeHistoryRetriever.get(Issue issue)
           
 

Methods in com.atlassian.jira.issue.index with parameters of type ChangeHistoryItem
static org.apache.lucene.document.Document ChangeHistoryDocument.getDocument(ChangeHistoryItem changeItem)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.