Class ChangeHistory

java.lang.Object
com.atlassian.jira.issue.changehistory.ChangeHistory
All Implemented Interfaces:
WithId

@PublicApi public class ChangeHistory extends Object implements WithId
Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters
See Also:
  • invalid reference
    com.atlassian.jira.issue.changehistory.ChangeHistoryManager#getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, User)
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface WithId
      Returns:
      the unique id of the entity.
    • getUsername

      public String getUsername()
      Deprecated.
      Use getAuthorObject() instead. Since v5.0.
      Returns the author of this Change
      Returns:
      the author of this Change
    • getAuthor

      public String getAuthor()
      Deprecated.
      Use getAuthorKey() instead. Since v6.0.
      Returns the userkey of the author of this Change
      Returns:
      the userkey of the author of this Change
    • getAuthorKey

      public String getAuthorKey()
      Returns the userkey of the author of this Change
      Returns:
      the userkey of the author of this Change
    • getAuthorObject

      public ApplicationUser getAuthorObject()
      Returns the author of this Change
      Returns:
      the author of this Change
    • getAuthorUser

      public ApplicationUser getAuthorUser()
      Deprecated.
      Use getAuthorObject() instead. Since v6.0.

      Returns the author of this Change

      Returns:
      the author of this Change
    • getAuthorDisplayName

      public String getAuthorDisplayName()
      Returns the display name of the author of this Change
      Returns:
      the display name of the author of this Change
    • getFullName

      public String getFullName()
      Deprecated.
      Use getAuthorDisplayName() instead. Since v5.0.
      Returns the display name of the author of this Change
      Returns:
      the display name of the author of this Change
    • getTimePerformed

      public Timestamp getTimePerformed()
    • getLevel

      public String getLevel()
    • getComment

      public String getComment()
    • getChangeItemBeans

      public List<ChangeItemBean> getChangeItemBeans()
    • getChangeItems

      public List<org.ofbiz.core.entity.GenericValue> getChangeItems()
    • getIssue

      public Issue getIssue()
    • getIssueId

      public Long getIssueId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object