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 TypeMethodDescriptionvoidvoidEvent 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:SystemAuditEventHandlerEvent handler for events raised when a license has been changed in the system.- Specified by:
onLicenseChangedEventin interfaceSystemAuditEventHandler- Parameters:
event- the license changed event- Returns:
- the RecordRequest created as part of the event handler
-
onExtendTrialLicense
Description copied from interface:SystemAuditEventHandlerEvent handler for events raised when the admin has requested to continue with evaluation license after one or more licenses expired.- Specified by:
onExtendTrialLicensein 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:
handleFeatureEnabledEventin interfaceSystemAuditEventHandler
-
onFeatureEnabledEvent
- Specified by:
onFeatureEnabledEventin interfaceSystemAuditEventHandler
-
handleFeatureDisabledEvent
- Specified by:
handleFeatureDisabledEventin interfaceSystemAuditEventHandler
-
onFeatureDisabledEvent
- Specified by:
onFeatureDisabledEventin interfaceSystemAuditEventHandler
-