public interface AuditLogEntry extends BambooObject
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_CONFIG_CHANGE |
static String |
TYPE_FIELD_CHANGE |
Modifier and Type | Method and Description |
---|---|
String |
getChildId() |
String |
getEntityId() |
AuditLogEntityType |
getEntityType() |
String |
getFieldHeader() |
AuditLogEntityType |
getFieldType() |
String |
getMessage() |
String |
getMessageType() |
String |
getNewValue() |
String |
getOldValue() |
Long |
getTimestamp() |
String |
getUsername() |
setId
getId
static final String TYPE_CONFIG_CHANGE
static final String TYPE_FIELD_CHANGE
@NotNull Long getTimestamp()
@NotNull String getMessageType()
@NotNull String getMessage()
@Nullable String getOldValue()
@Nullable String getNewValue()
@Nullable String getEntityId()
@Nullable AuditLogEntityType getEntityType()
@Nullable String getChildId()
@Nullable String getFieldHeader()
@Nullable AuditLogEntityType getFieldType()
@Nullable String getUsername()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.