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

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

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

Methods in com.atlassian.jira.issue.changehistory that return ChangeHistoryItem
 ChangeHistoryItem ChangeHistoryItem.Builder.build()
           
 

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

Methods in com.atlassian.jira.issue.changehistory with parameters of type ChangeHistoryItem
 int ChangeHistoryItem.compareTo(ChangeHistoryItem other)
           
 

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

Methods in com.atlassian.jira.issue.history that return types with arguments of type ChangeHistoryItem
 List<ChangeHistoryItem> DateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 

Method parameters in com.atlassian.jira.issue.history with type arguments of type ChangeHistoryItem
 List<ChangeHistoryItem> DateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.