com.atlassian.bamboo.persister
Class AuditLogMessage
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.persister.AuditLogMessage
- All Implemented Interfaces:
- BambooObject, AuditLogEntry, java.lang.Cloneable
public class AuditLogMessage
- extends BambooEntityObject
- implements AuditLogEntry
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AuditLogMessage
public AuditLogMessage()
AuditLogMessage
public AuditLogMessage(AuditLogEntry auditLogEntry,
PlanKey planKey)
AuditLogMessage
public AuditLogMessage(@Nullable
java.lang.String username,
@NotNull
java.util.Date timestamp,
@Nullable
java.lang.String planKey,
@NotNull
java.lang.String messageType,
@NotNull
java.lang.String message,
@Nullable
java.lang.String oldValue,
@Nullable
java.lang.String newValue)
getTimestamp
@NotNull
public java.lang.Long getTimestamp()
- Specified by:
getTimestamp
in interface AuditLogEntry
getDate
@NotNull
public java.util.Date getDate()
getPlanKey
@Nullable
public java.lang.String getPlanKey()
- Specified by:
getPlanKey
in interface AuditLogEntry
getMessageType
@NotNull
public java.lang.String getMessageType()
- Specified by:
getMessageType
in interface AuditLogEntry
getMessage
@NotNull
public java.lang.String getMessage()
- Specified by:
getMessage
in interface AuditLogEntry
getUsername
@Nullable
public java.lang.String getUsername()
- Specified by:
getUsername
in interface AuditLogEntry
hashCode
public int hashCode()
- Overrides:
hashCode
in class com.atlassian.core.bean.EntityObject
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class com.atlassian.core.bean.EntityObject
compareTo
public int compareTo(java.lang.Object obj)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getOldValue
public java.lang.String getOldValue()
- Specified by:
getOldValue
in interface AuditLogEntry
getNewValue
public java.lang.String getNewValue()
- Specified by:
getNewValue
in interface AuditLogEntry
Copyright © 2010 Atlassian. All Rights Reserved.