Package com.atlassian.crowd.audit
Interface AuditLogEntry
- All Known Implementing Classes:
AuditLogEntryEntity
,BrowseAuditLogPage.AuditLogEntry
,ImmutableAuditLogEntry
public interface AuditLogEntry
Represents an audit log entry, belonging to a changeset
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPropertyName
String getPropertyName()- Returns:
- the name of the property that was modified in the event represented by this audit log entry
-
getOldValue
- Returns:
- the string representation of the modified property before modification
-
getNewValue
- Returns:
- the string representation of the modified property after modification
-