@ParametersAreNonnullByDefault public interface HealthCheckAnalyticsSender
Modifier and Type | Method and Description |
---|---|
void |
sendGeneralHelpLinkClicked(String kbUrl)
Sends an analytics event to indicate that the user clicked the given non-event-specific
knowledge base link on the Johnson page.
|
void |
sendHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
If analytics are available, sends an analytics event relating to the given Johnson event.
|
void |
sendHelpLinkClickedForEvent(String eventId)
Sends an analytics event to indicate that the user (typically an admin)
clicked a help link for a health check result on the Johnson page.
|
void sendHealthCheckResult(com.atlassian.johnson.event.Event johnsonEvent)
johnsonEvent
- the Johnson eventvoid sendHelpLinkClickedForEvent(String eventId)
eventId
- the unique ID of the Johnson event for which the user clicked the help linkvoid sendGeneralHelpLinkClicked(String kbUrl)
Copyright © 2003–2017 Atlassian. All rights reserved.