public interface SystemAuditEventHandler
Modifier and Type | Method and Description |
---|---|
RecordRequest |
onExtendTrialLicense(ConfirmEvaluationLicenseEvent event)
Event handler for events raised when the admin has requested to continue with evaluation license after
one or more licenses expired.
|
RecordRequest |
onNewLicenseEvent(NewLicenseEvent event)
Event handler for events raised when a new license is added in the system.
|
@Nonnull RecordRequest onNewLicenseEvent(@Nonnull NewLicenseEvent event)
event
- the new license event@Nonnull RecordRequest onExtendTrialLicense(@Nonnull ConfirmEvaluationLicenseEvent event)
event
- The event confirming that the evaluation should continueCopyright © 2002-2015 Atlassian. All Rights Reserved.