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 |
getEntityHeader() |
AuditLogEntityType |
getEntityType() |
String |
getJobKey() |
String |
getMessage() |
String |
getMessageType() |
String |
getNewValue() |
String |
getOldValue() |
String |
getPlanKey() |
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 getPlanKey()
@Nullable String getJobKey()
@Nullable String getEntityHeader()
@Nullable AuditLogEntityType getEntityType()
@Nullable String getUsername()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.