| com.atlassian.upm.api.log.AuditLogEntry |
Represents a single entry in the UPM's Audit Log. Entries can represent any kind of plugin event: plugin installation, plugin uninstallation, plugin enablement, and more.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the date at which this log entry was created
| |||||||||||
Returns the entry type of the event
| |||||||||||
Returns the i18n key of the event message
| |||||||||||
Returns the log entry's message content
| |||||||||||
Returns the log entry's title.
| |||||||||||
Returns the userKey of the user that was logged in and created this event, or the application name if event
is executed by the app
| |||||||||||
This method is deprecated.
since 2.10.1, use
getUserKey()
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
| |||||||||||
Returns the date at which this log entry was created
Returns the entry type of the event
Returns the i18n key of the event message
Returns the log entry's message content
| i18nResolver | the I18nResolver used to translate the title |
|---|
Returns the log entry's title.
| i18nResolver | the I18nResolver used to translate the title |
|---|
Returns the userKey of the user that was logged in and created this event, or the application name if event is executed by the app
This method is deprecated.
since 2.10.1, use getUserKey()
Returns the username of the user that was logged in and created this event, or the application name if event is executed by the app