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 |
---|---|
@Nullable String |
getChildId() |
@Nullable String |
getEntityId() |
@Nullable AuditLogEntityType |
getEntityType() |
@Nullable String |
getFieldHeader() |
@Nullable AuditLogEntityType |
getFieldType() |
@NotNull String |
getMessage() |
@NotNull String |
getMessageType() |
@Nullable String |
getNewValue() |
@Nullable String |
getOldValue() |
@NotNull Long |
getTimestamp() |
@Nullable String |
getUsername() |
setId
getId
static final String TYPE_CONFIG_CHANGE
static final String TYPE_FIELD_CHANGE
@NotNull @NotNull Long getTimestamp()
@NotNull @NotNull String getMessageType()
@NotNull @NotNull String getMessage()
@Nullable @Nullable String getOldValue()
@Nullable @Nullable String getNewValue()
@Nullable @Nullable String getEntityId()
@Nullable @Nullable AuditLogEntityType getEntityType()
@Nullable @Nullable String getChildId()
@Nullable @Nullable String getFieldHeader()
@Nullable @Nullable AuditLogEntityType getFieldType()
@Nullable @Nullable String getUsername()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.