com.atlassian.bamboo.persister
Interface AuditLogEntry

All Superinterfaces:
BambooObject
All Known Implementing Classes:
AuditLogMessage

public interface AuditLogEntry
extends BambooObject


Field Summary
static java.lang.String TYPE_CONFIG_CHANGE
           
static java.lang.String TYPE_FIELD_CHANGE
           
 
Method Summary
 java.lang.String getEntityHeader()
           
 AuditLogEntityType getEntityType()
           
 java.lang.String getJobKey()
           
 java.lang.String getMessage()
           
 java.lang.String getMessageType()
           
 java.lang.String getNewValue()
           
 java.lang.String getOldValue()
           
 java.lang.String getPlanKey()
           
 java.lang.Long getTimestamp()
           
 java.lang.String getUsername()
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 

Field Detail

TYPE_CONFIG_CHANGE

static final java.lang.String TYPE_CONFIG_CHANGE
See Also:
Constant Field Values

TYPE_FIELD_CHANGE

static final java.lang.String TYPE_FIELD_CHANGE
See Also:
Constant Field Values
Method Detail

getTimestamp

@NotNull
java.lang.Long getTimestamp()

getMessageType

@NotNull
java.lang.String getMessageType()

getMessage

@NotNull
java.lang.String getMessage()

getOldValue

@Nullable
java.lang.String getOldValue()

getNewValue

@Nullable
java.lang.String getNewValue()

getPlanKey

@Nullable
java.lang.String getPlanKey()

getJobKey

@Nullable
java.lang.String getJobKey()

getEntityHeader

@Nullable
java.lang.String getEntityHeader()

getEntityType

@Nullable
AuditLogEntityType getEntityType()

getUsername

@Nullable
java.lang.String getUsername()


Copyright © 2011 Atlassian. All Rights Reserved.