Uses of Class
com.atlassian.jira.notification.type.NotificationType

Packages that use NotificationType
com.atlassian.jira.notification   
com.atlassian.jira.notification.type   
 

Uses of NotificationType in com.atlassian.jira.notification
 

Methods in com.atlassian.jira.notification that return NotificationType
 NotificationType IssueEventNotificationFilterContext.getNotificationType()
           
 

Methods in com.atlassian.jira.notification with parameters of type NotificationType
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
          Creates a context with a new NotificationType
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy, NotificationType notificationType)
           
 

Constructors in com.atlassian.jira.notification with parameters of type NotificationType
IssueEventNotificationFilterContext(IssueEventNotificationFilterContext copy, NotificationType notificationType)
           
IssueEventNotificationFilterContext(NotificationReason reason, IssueEvent issueEvent, NotificationType notificationType)
           
 

Uses of NotificationType in com.atlassian.jira.notification.type
 

Methods in com.atlassian.jira.notification.type that return NotificationType
static NotificationType NotificationType.from(String dbCode)
          Returns a NotificationType from the database code that JIRA uses internally.
static NotificationType NotificationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationType[] NotificationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.