@PublicApi
public interface AdhocNotificationService
Modifier and Type | Interface and Description |
---|---|
static class |
AdhocNotificationService.ValiationOption |
static class |
AdhocNotificationService.ValidateNotificationResult |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
makeBuilder() |
void |
sendNotification(AdhocNotificationService.ValidateNotificationResult result) |
AdhocNotificationService.ValidateNotificationResult |
validateNotification(NotificationBuilder notification,
ApplicationUser from,
Issue issue) |
AdhocNotificationService.ValidateNotificationResult |
validateNotification(NotificationBuilder notification,
ApplicationUser from,
Issue issue,
AdhocNotificationService.ValiationOption option) |
NotificationBuilder makeBuilder()
AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, ApplicationUser from, Issue issue)
AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option)
void sendNotification(AdhocNotificationService.ValidateNotificationResult result)
Copyright © 2002-2016 Atlassian. All Rights Reserved.