public class AuditLogMessage extends BambooEntityObject implements AuditLogEntry
TYPE_CONFIG_CHANGE, TYPE_FIELD_CHANGE
Constructor and Description |
---|
AuditLogMessage() |
AuditLogMessage(String username,
Date timestamp,
String planKey,
AuditLogEntity entity,
String messageType,
String message,
String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
Date |
getDate() |
String |
getEntityHeader() |
AuditLogEntityType |
getEntityType() |
String |
getJobKey() |
String |
getMessage() |
String |
getMessageType() |
String |
getNewValue() |
String |
getOldValue() |
String |
getPlanKey() |
Long |
getTimestamp() |
String |
getUsername() |
int |
hashCode() |
protected void |
setEntityHeader(String entityHeader) |
protected void |
setEntityType(AuditLogEntityType entityType) |
void |
setJobKey(String jobKey) |
protected void |
setMessage(String message) |
protected void |
setMessageType(String messageType) |
protected void |
setNewValue(String newValue) |
protected void |
setOldValue(String oldValue) |
void |
setPlanKey(String planKey) |
protected void |
setTimestamp(Long timestamp) |
protected void |
setUsername(String username) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
finalize, getClass, notify, notifyAll, wait, wait, wait
setId
getId
@NotNull public Long getTimestamp()
getTimestamp
in interface AuditLogEntry
@NotNull public Date getDate()
protected void setTimestamp(Long timestamp)
@Nullable public String getPlanKey()
getPlanKey
in interface AuditLogEntry
public void setPlanKey(String planKey)
@Nullable public String getJobKey()
getJobKey
in interface AuditLogEntry
public void setJobKey(String jobKey)
@NotNull public String getMessageType()
getMessageType
in interface AuditLogEntry
protected void setMessageType(String messageType)
@NotNull public String getMessage()
getMessage
in interface AuditLogEntry
protected void setMessage(String message)
public String getOldValue()
getOldValue
in interface AuditLogEntry
protected void setOldValue(String oldValue)
public String getNewValue()
getNewValue
in interface AuditLogEntry
protected void setNewValue(String newValue)
@Nullable public String getUsername()
getUsername
in interface AuditLogEntry
protected void setUsername(String username)
public String getEntityHeader()
getEntityHeader
in interface AuditLogEntry
protected void setEntityHeader(String entityHeader)
public AuditLogEntityType getEntityType()
getEntityType
in interface AuditLogEntry
protected void setEntityType(AuditLogEntityType entityType)
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
public boolean equals(Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int compareTo(Object obj)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.