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
static class AdhocNotificationService.ValiationOption
           
static class AdhocNotificationService.ValidateNotificationResult
           
 
Method Summary
 NotificationBuilder makeBuilder()
           
 void sendNotification(AdhocNotificationService.ValidateNotificationResult result)
           
 AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue, AdhocNotificationService.ValiationOption option)
           
 

Method Detail

makeBuilder

NotificationBuilder makeBuilder()

validateNotification

AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification,
                                                                         com.atlassian.crowd.embedded.api.User from,
                                                                         Issue issue)

validateNotification

AdhocNotificationService.ValidateNotificationResult validateNotification(NotificationBuilder notification,
                                                                         com.atlassian.crowd.embedded.api.User from,
                                                                         Issue issue,
                                                                         AdhocNotificationService.ValiationOption option)

sendNotification

void sendNotification(AdhocNotificationService.ValidateNotificationResult result)


Copyright © 2002-2013 Atlassian. All Rights Reserved.