| com.atlassian.jira.auditing.handlers.SystemAuditEventHandler |
Known Indirect Subclasses
|
Class Overview
Handles various audit events that are raised to be at a 'System' level. System events are those that are not
generated by a user. Event handlers will typically create a RecordRequest. A RecordRequest is used to store it in the
audit logs.
Public Methods
Event handler for events raised when a new license is added in the system.
Parameters
| event
| the new license event |
Returns
- the RecordRequest created as part of the event handler