Class NotificationEmailAttachmentLoadedAnalyticsEvent
java.lang.Object
com.atlassian.jira.event.mail.analytics.NotificationEmailAttachmentLoadedAnalyticsEvent
Published when image attachment with JWT token is requested.
Token carries information about token creation time and that can be used to calculate delay between sending an email and opening it
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationEmailAttachmentLoadedAnalyticsEvent(String uniqueUserEmailAttachmentKey, long delayBetweenEmailSendAndOpenSeconds) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Constructor Details
-
NotificationEmailAttachmentLoadedAnalyticsEvent
public NotificationEmailAttachmentLoadedAnalyticsEvent(String uniqueUserEmailAttachmentKey, long delayBetweenEmailSendAndOpenSeconds)
-
-
Method Details
-
getUniqueUserEmailImageAttachmentKey
-
getDelayBetweenEmailSendAndOpenSeconds
public long getDelayBetweenEmailSendAndOpenSeconds()
-