public final enum

JiraNotificationReason

extends Enum<E extends Enum<E>>
implements NotificationReason
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.notification.JiraNotificationReason

Class Overview

The reasons that JIRA can produce notification

Summary

Enum Values
JiraNotificationReason  ADHOC_NOTIFICATION  An AdhocNotificationService call has been made  
JiraNotificationReason  ISSUE_EVENT  And issue event has happened  
JiraNotificationReason  MENTIONED  The recipient has been @mentioned  
JiraNotificationReason  SHARED  The recipient has been shared with the user  
Public Methods
static JiraNotificationReason valueOf(String name)
final static JiraNotificationReason[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final JiraNotificationReason ADHOC_NOTIFICATION

An AdhocNotificationService call has been made

public static final JiraNotificationReason ISSUE_EVENT

And issue event has happened

public static final JiraNotificationReason MENTIONED

The recipient has been @mentioned

public static final JiraNotificationReason SHARED

The recipient has been shared with the user

Public Methods

public static JiraNotificationReason valueOf (String name)

public static final JiraNotificationReason[] values ()