| com.atlassian.upm.api.log.PluginLogService |
Provides a log of all events that change the state of the plugin system. An event is stored as a AuditLogEntry
which consists of a date, user name, and message. The log can be retrieved as a collection of events.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns all plugin log entries with the specified
EntryTypes. | |||||||||||
Returns all plugin log entries.
| |||||||||||
Returns
maxResults number of plugin log entries, starting at startIndex. | |||||||||||
Returns
maxResults number of plugin log entries of the specified types, starting at startIndex. | |||||||||||
Returns all plugin log entries.
Returns maxResults number of plugin log entries, starting at startIndex.
| maxResults | the maximum number of plugin log entries to return, or "all" if null |
|---|---|
| startIndex | the starting index of plugin log entries, or 0 if null |
maxResults number of plugin log entries, starting at startIndex.
Returns maxResults number of plugin log entries of the specified types, starting at startIndex.
| maxResults | the maximum number of plugin log entries to return, or "all" if null |
|---|---|
| startIndex | the starting index of plugin log entries, or 0 if null |
| entryTypes | the EntryTypes |
maxResults number of plugin log entries, starting at startIndex.