Class SystemAuditEventHandlerImpl
java.lang.Object
com.atlassian.jira.auditing.handlers.SystemAuditEventHandlerImpl
- All Implemented Interfaces:
SystemAuditEventHandler
- Since:
- 6.4
-
Constructor Summary
ConstructorsConstructorDescriptionSystemAuditEventHandlerImpl
(I18nHelper i18nHelper, OutlookDateManager outlookDateManager, DateTimeFormatterFactory dateTimeFormatterFactory, com.atlassian.audit.api.AuditService auditService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Event handler for events raised when the admin has requested to continue with evaluation license after one or more licenses expired.Event handler for events raised when a license has been changed in the system.
-
Constructor Details
-
SystemAuditEventHandlerImpl
public SystemAuditEventHandlerImpl(I18nHelper i18nHelper, OutlookDateManager outlookDateManager, DateTimeFormatterFactory dateTimeFormatterFactory, com.atlassian.audit.api.AuditService auditService)
-
-
Method Details
-
onLicenseChangedEvent
Description copied from interface:SystemAuditEventHandler
Event handler for events raised when a license has been changed in the system.- Specified by:
onLicenseChangedEvent
in interfaceSystemAuditEventHandler
- Parameters:
event
- the license changed event- Returns:
- the RecordRequest created as part of the event handler
-
onExtendTrialLicense
Description copied from interface:SystemAuditEventHandler
Event handler for events raised when the admin has requested to continue with evaluation license after one or more licenses expired.- Specified by:
onExtendTrialLicense
in interfaceSystemAuditEventHandler
- Parameters:
event
- The event confirming that the evaluation should continue- Returns:
- a record of all expired licenses and user (name) who approved to continue with the evaluation
-
handleFeatureEnabledEvent
- Specified by:
handleFeatureEnabledEvent
in interfaceSystemAuditEventHandler
-
onFeatureEnabledEvent
- Specified by:
onFeatureEnabledEvent
in interfaceSystemAuditEventHandler
-
handleFeatureDisabledEvent
- Specified by:
handleFeatureDisabledEvent
in interfaceSystemAuditEventHandler
-
onFeatureDisabledEvent
- Specified by:
onFeatureDisabledEvent
in interfaceSystemAuditEventHandler
-