Package com.atlassian.jira.notification
Interface AdhocNotificationService
- All Known Implementing Classes:
AdhocNotificationServiceImpl
@PublicApi
public interface AdhocNotificationService
This is a simple service that allows sending issue notification to a give set of recipients that can be defined
arbitrarly.
- Since:
- 5.2
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static final class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue) validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option)
-
Method Details
-
makeBuilder
NotificationBuilder makeBuilder() -
validateNotification
AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, ApplicationUser from, Issue issue) -
validateNotification
AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option) -
sendNotification
-