Class ChangeHistory
java.lang.Object
com.atlassian.jira.issue.changehistory.ChangeHistory
- All Implemented Interfaces:
WithId
Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters
ChangeHistory is essentially a GenericValue wrapper with getters
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager) Deprecated.ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager, UserManager userManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.UsegetAuthorKey()instead.Returns the display name of the author of this ChangeReturns the userkey of the author of this ChangeReturns the author of this ChangeDeprecated.UsegetAuthorObject()instead.List<org.ofbiz.core.entity.GenericValue> Deprecated.UsegetAuthorDisplayName()instead.getId()getIssue()getLevel()Deprecated.UsegetAuthorObject()instead.inthashCode()
-
Constructor Details
-
ChangeHistory
@Deprecated public ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager) Deprecated. -
ChangeHistory
public ChangeHistory(org.ofbiz.core.entity.GenericValue changeHistoryGV, IssueManager issueManager, UserManager userManager)
-
-
Method Details
-
getId
-
getUsername
Deprecated.UsegetAuthorObject()instead. Since v5.0.Returns the author of this Change- Returns:
- the author of this Change
-
getAuthor
Deprecated.UsegetAuthorKey()instead. Since v6.0.Returns the userkey of the author of this Change- Returns:
- the userkey of the author of this Change
-
getAuthorKey
Returns the userkey of the author of this Change- Returns:
- the userkey of the author of this Change
-
getAuthorObject
Returns the author of this Change- Returns:
- the author of this Change
-
getAuthorUser
Deprecated.UsegetAuthorObject()instead. Since v6.0.Returns the author of this Change
- Returns:
- the author of this Change
-
getAuthorDisplayName
Returns the display name of the author of this Change- Returns:
- the display name of the author of this Change
-
getFullName
Deprecated.UsegetAuthorDisplayName()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
-
getLevel
-
getComment
-
getChangeItemBeans
-
getChangeItems
-
getIssue
-
getIssueId
-
equals
-
hashCode
public int hashCode()
-
ChangeHistory(org.ofbiz.core.entity.GenericValue, com.atlassian.jira.issue.IssueManager, com.atlassian.jira.user.util.UserManager)()} instead.