@ParametersAreNonnullByDefault public class DefaultHealthCheckAnalyticsEventFactory extends Object implements HealthCheckAnalyticsEventFactory
Constructor and Description |
---|
DefaultHealthCheckAnalyticsEventFactory() |
Modifier and Type | Method and Description |
---|---|
@NonNull HealthCheckAnalyticsEvent |
forHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
Creates an analytics event from the given Johnson event arising from a health check result.
|
@NonNull HealthCheckAnalyticsEvent |
forJohnsonHelpLinkClicked(com.atlassian.johnson.event.Event johnsonEvent)
Creates an analytics event from the user clicking on the help link for the given Johnson event.
|
public DefaultHealthCheckAnalyticsEventFactory()
public @NonNull HealthCheckAnalyticsEvent forHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
HealthCheckAnalyticsEventFactory
forHealthCheckResult
in interface HealthCheckAnalyticsEventFactory
johnsonEvent
- the Johnson eventpublic @NonNull HealthCheckAnalyticsEvent forJohnsonHelpLinkClicked(com.atlassian.johnson.event.Event johnsonEvent)
HealthCheckAnalyticsEventFactory
forJohnsonHelpLinkClicked
in interface HealthCheckAnalyticsEventFactory
johnsonEvent
- the Johnson eventCopyright © 2003–2021 Atlassian. All rights reserved.