Uses of Interface
com.atlassian.jira.notification.NotificationReason

Packages that use NotificationReason
com.atlassian.jira.notification   
 

Uses of NotificationReason in com.atlassian.jira.notification
 

Classes in com.atlassian.jira.notification that implement NotificationReason
 class JiraNotificationReason
          The reasons that JIRA can produce notification
 

Methods in com.atlassian.jira.notification that return NotificationReason
 NotificationReason NotificationFilterContext.getReason()
           
 

Methods in com.atlassian.jira.notification with parameters of type NotificationReason
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason)
          Creates a context for the specified reason
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason, Issue issue)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason, Issue issue)
          Creates a context for the specified reason and for the issue
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason, IssueEvent issueEvent)
           
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason, IssueEvent issueEvent)
          Creates a context for the specified reason and issue event
 

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.