@ParametersAreNonnullByDefault public interface HealthCheckAnalyticsEventFactory
Modifier and Type | Method and Description |
---|---|
HealthCheckAnalyticsEvent |
forHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
Creates an analytics event from the given Johnson event arising from a health check result.
|
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–2017 Atlassian. All rights reserved.