Uses of Class
com.atlassian.jira.notification.AdhocNotificationService.ValidateNotificationResult
Packages that use AdhocNotificationService.ValidateNotificationResult
-
Uses of AdhocNotificationService.ValidateNotificationResult in com.atlassian.jira.notification
Methods in com.atlassian.jira.notification that return AdhocNotificationService.ValidateNotificationResultModifier and TypeMethodDescriptionAdhocNotificationService.validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue) AdhocNotificationService.validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option) AdhocNotificationServiceImpl.validateNotification
(NotificationBuilder notification, ApplicationUser user, Issue issue) AdhocNotificationServiceImpl.validateNotification
(NotificationBuilder notification, ApplicationUser user, Issue issue, AdhocNotificationService.ValiationOption option) Methods in com.atlassian.jira.notification with parameters of type AdhocNotificationService.ValidateNotificationResultModifier and TypeMethodDescriptionvoid
AdhocNotificationService.sendNotification
(AdhocNotificationService.ValidateNotificationResult result) void
AdhocNotificationServiceImpl.sendNotification
(AdhocNotificationService.ValidateNotificationResult result)