Class NotificationEmailAttachmentLoadedAnalyticsEvent

java.lang.Object
com.atlassian.jira.event.mail.analytics.NotificationEmailAttachmentLoadedAnalyticsEvent

public class NotificationEmailAttachmentLoadedAnalyticsEvent extends Object
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 Details

    • NotificationEmailAttachmentLoadedAnalyticsEvent

      public NotificationEmailAttachmentLoadedAnalyticsEvent(String uniqueUserEmailAttachmentKey, long delayBetweenEmailSendAndOpenSeconds)
  • Method Details

    • getUniqueUserEmailImageAttachmentKey

      public String getUniqueUserEmailImageAttachmentKey()
    • getDelayBetweenEmailSendAndOpenSeconds

      public long getDelayBetweenEmailSendAndOpenSeconds()