public final enum

NotificationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.functest.framework.admin.NotificationType

Class Overview

Represents notification type in the 'Edit notifications' admin section.

Summary

Enum Values
NotificationType  ALL_WATCHERS   
NotificationType  COMPONENT_LEAD   
NotificationType  CURRENT_ASSIGNEE   
NotificationType  CURRENT_USER   
NotificationType  GROUP   
NotificationType  GROUP_CUSTOM_FIELD_VALUE   
NotificationType  PROJECT_LEAD   
NotificationType  PROJECT_ROLE   
NotificationType  REPORTER   
NotificationType  SINGLE_EMAIL_ADDRESS   
NotificationType  SINGLE_USER   
NotificationType  USER_CUSTOM_FIELD_VALUE   
Public Methods
String uiCode()
static NotificationType valueOf(String name)
final static NotificationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NotificationType ALL_WATCHERS

public static final NotificationType COMPONENT_LEAD

public static final NotificationType CURRENT_ASSIGNEE

public static final NotificationType CURRENT_USER

public static final NotificationType GROUP

public static final NotificationType GROUP_CUSTOM_FIELD_VALUE

public static final NotificationType PROJECT_LEAD

public static final NotificationType PROJECT_ROLE

public static final NotificationType REPORTER

public static final NotificationType SINGLE_EMAIL_ADDRESS

public static final NotificationType SINGLE_USER

public static final NotificationType USER_CUSTOM_FIELD_VALUE

Public Methods

public String uiCode ()

public static NotificationType valueOf (String name)

public static final NotificationType[] values ()