@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
HealthCheckResult . |
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)
HealthCheckAnalyticsEventFactory
HealthCheckResult
.forHealthCheckResult
in interface HealthCheckAnalyticsEventFactory
johnsonEvent
- the Johnson event@Nonnull public HealthCheckAnalyticsEvent forJohnsonHelpLinkClicked(com.atlassian.johnson.event.Event johnsonEvent)
HealthCheckAnalyticsEventFactory
forJohnsonHelpLinkClicked
in interface HealthCheckAnalyticsEventFactory
johnsonEvent
- the Johnson eventCopyright © 2002-2019 Atlassian. All Rights Reserved.