@ParametersAreNonnullByDefault public class DefaultHealthCheckAnalyticsEventFactory extends Object implements HealthCheckAnalyticsEventFactory
| Constructor and Description |
|---|
DefaultHealthCheckAnalyticsEventFactory() |
| 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.
|
public DefaultHealthCheckAnalyticsEventFactory()
@Nonnull public HealthCheckAnalyticsEvent forHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
HealthCheckAnalyticsEventFactoryforHealthCheckResult in interface HealthCheckAnalyticsEventFactoryjohnsonEvent - the Johnson event@Nonnull public HealthCheckAnalyticsEvent forJohnsonHelpLinkClicked(com.atlassian.johnson.event.Event johnsonEvent)
HealthCheckAnalyticsEventFactoryforJohnsonHelpLinkClicked in interface HealthCheckAnalyticsEventFactoryjohnsonEvent - the Johnson eventCopyright © 2003–2017 Atlassian. All rights reserved.