@Immutable @PublicApi public class ChangeHistoryItem extends Object implements Comparable<ChangeHistoryItem>
Modifier and Type | Class and Description |
---|---|
static class |
ChangeHistoryItem.Builder |
Constructor and Description |
---|
ChangeHistoryItem(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) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ChangeHistoryItem other) |
boolean |
containsFromValue(String fromValue) |
boolean |
containsToValue(String toValue) |
boolean |
equals(Object o) |
Long |
getChangeGroupId() |
Timestamp |
getCreated() |
Long |
getDuration() |
String |
getField() |
Map<String,String> |
getFroms() |
Long |
getId() |
Long |
getIssueId() |
String |
getIssueKey() |
Timestamp |
getNextChangeCreated() |
Long |
getProjectId() |
Map<String,String> |
getTos() |
String |
getUserKey() |
int |
hashCode() |
String |
toString() |
public ChangeHistoryItem(Long id, Long changeGroupId, Long projectId, Long issueId, String issueKey, String field, Timestamp created, String from, String to, String fromValue, String toValue, String userKey)
public Long getId()
public Long getChangeGroupId()
public String getUserKey()
public Long getProjectId()
public Long getIssueId()
public String getIssueKey()
public Timestamp getCreated()
public String getField()
public Timestamp getNextChangeCreated()
public Long getDuration()
public boolean containsFromValue(String fromValue)
public boolean containsToValue(String toValue)
public int compareTo(ChangeHistoryItem other)
compareTo
in interface Comparable<ChangeHistoryItem>
Copyright © 2002-2024 Atlassian. All Rights Reserved.