Package com.atlassian.jira.event.mau
Class MauApplicationKey
java.lang.Object
com.atlassian.jira.event.mau.MauApplicationKey
Represents the application type that will be sent along side an eyeball event to track MAU (monthly active users).
This could be one of:
- family - for common platform functionality (e.g. viewing a global dashboard)
- unknown - for new pages that have not been classified yet
- jira-core - for any business related pages (e.g. viewing an issue in a business project)
- jira-software - for any software related pages (e.g. viewing a software board)
- jira-servicedesk - for any servicedesk related pages (e.g. view agent queues)
- future applications...
- Since:
- v7.0.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic MauApplicationKeyfamily()static MauApplicationKeyforApplication(com.atlassian.application.api.ApplicationKey applicationKey) static MauApplicationKeyforProjectTypeKey(ProjectTypeKey projectTypeKey) getKey()inthashCode()static MauApplicationKeyunknown()
-
Method Details
-
family
-
unknown
-
forApplication
public static MauApplicationKey forApplication(@Nonnull com.atlassian.application.api.ApplicationKey applicationKey) -
forProjectTypeKey
-
getKey
-
equals
-
hashCode
public int hashCode()
-