Class ChangeHistoryItem
java.lang.Object
com.atlassian.jira.issue.changehistory.ChangeHistoryItem
- All Implemented Interfaces:
Comparable<ChangeHistoryItem>
@Immutable
@PublicApi
public class ChangeHistoryItem
extends Object
implements Comparable<ChangeHistoryItem>
A simple holder for change items
- Since:
- v4.3
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChangeHistoryItem(Long id, Long changeGroupId, Long projectId, Long issueId, String issueKey, String field, Timestamp created, String from, String to, String fromValue, String toValue, String userKey) ChangeHistoryItem(Long id, Long changeGroupId, Long projectId, Long issueId, String issueKey, String field, Timestamp created, Timestamp nextChange, String from, String to, String fromValue, String toValue, String userKey) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ChangeHistoryItem other) booleancontainsFromValue(String fromValue) booleancontainsToValue(String toValue) booleangetField()getFroms()getId()getTos()inthashCode()toString()
-
Constructor Details
-
ChangeHistoryItem
-
ChangeHistoryItem
-
-
Method Details
-
getId
-
getChangeGroupId
-
getUserKey
-
getProjectId
-
getIssueId
-
getIssueKey
-
getCreated
-
getFroms
-
getTos
-
getField
-
getNextChangeCreated
-
getDuration
-
containsFromValue
-
containsToValue
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ChangeHistoryItem>
-
toString
-