@ParametersAreNonnullByDefault
public interface HealthCheckAnalyticsEventFactory
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.
|
@NonNull HealthCheckAnalyticsEvent forHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
johnsonEvent
- the Johnson event@NonNull HealthCheckAnalyticsEvent forJohnsonHelpLinkClicked(com.atlassian.johnson.event.Event johnsonEvent)
johnsonEvent
- the Johnson eventCopyright © 2003–2021 Atlassian. All rights reserved.