Uses of Package
com.atlassian.jira.issue.changehistory

Packages that use com.atlassian.jira.issue.changehistory
com.atlassian.jira   
com.atlassian.jira.component   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.jql.resolver   
com.atlassian.jira.jql.validator   
com.atlassian.jira.mention   
com.atlassian.jira.rest.v2.issue.builder   
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.component
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.imports.project
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.issue.changehistory
ChangeHistory
          Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters
ChangeHistoryGroup
          This groups ChangeHistoryGroup together to try and reduce Document proliferation.
ChangeHistoryGroup.Builder
           
ChangeHistoryItem
          A simple holder for change items In 4.4 the behaviour of this domain object was changed to add support for changes that can can have multi value states for instance an affectedVersion could change from the state "4.4 4.4.1" -> "4.4 4.4.1 4.4.2" To this end end extra methods are added getFroms(), getTos() that return a map of all the changes in a single change item getFrom and getTo will return the first change in this list, this will not break behaviour for any of the supported single value fields.
ChangeHistoryItem.Builder
           
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.issue.history
ChangeHistoryItem
          A simple holder for change items In 4.4 the behaviour of this domain object was changed to add support for changes that can can have multi value states for instance an affectedVersion could change from the state "4.4 4.4.1" -> "4.4 4.4.1 4.4.2" To this end end extra methods are added getFroms(), getTos() that return a map of all the changes in a single change item getFrom and getTo will return the first change in this list, this will not break behaviour for any of the supported single value fields.
ChangeHistoryItem.Builder
           
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.issue.index
ChangeHistoryGroup
          This groups ChangeHistoryGroup together to try and reduce Document proliferation.
ChangeHistoryManager
          Manages the change history of issues.
JqlChangeItemMapping
          jql clause names do not always map well to the value stored in the change item table - fore instance fixVersions is stored as FIX Version Although SystemSearchConstants provides these values, it's a little overkill for what we need.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.issue.managers
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.issue.tabpanels
ChangeHistory
          Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.jql.resolver
ChangeHistoryFieldConstants
          Deprecated. since v6.2 This class is redundant, and not used by JIRA.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.jql.validator
ChangeHistoryManager
          Manages the change history of issues.
JqlChangeItemMapping
          jql clause names do not always map well to the value stored in the change item table - fore instance fixVersions is stored as FIX Version Although SystemSearchConstants provides these values, it's a little overkill for what we need.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.mention
ChangeHistoryManager
          Manages the change history of issues.
 

Classes in com.atlassian.jira.issue.changehistory used by com.atlassian.jira.rest.v2.issue.builder
ChangeHistoryManager
          Manages the change history of issues.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.