com.atlassian.bamboo.persister
Interface AuditLogEntry
- All Superinterfaces:
- BambooObject
- All Known Implementing Classes:
- AuditLogMessage
public interface AuditLogEntry
- extends BambooObject
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
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.