Class EmailNotification

java.lang.Object
com.atlassian.jira.notification.AbstractNotification
com.atlassian.jira.notification.EmailNotification
All Implemented Interfaces:
Notification

@PublicApi public class EmailNotification extends AbstractNotification
Notification to the configured email address.
Since:
7.0
  • Constructor Details

    • EmailNotification

      public EmailNotification(Long id, String email)
  • Method Details