com.atlassian.jira.notification
Class AdhocNotificationService.ValidateNotificationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.notification.AdhocNotificationService.ValidateNotificationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
AdhocNotificationService

public static final class AdhocNotificationService.ValidateNotificationResult
extends ServiceResultImpl


Field Summary
protected  com.atlassian.crowd.embedded.api.User from
           
protected  Issue issue
           
protected  NotificationBuilder notification
           
protected  com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients
           
 
Constructor Summary
protected AdhocNotificationService.ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notification

protected final NotificationBuilder notification

from

protected final com.atlassian.crowd.embedded.api.User from

issue

protected final Issue issue

recipients

protected final com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients
Constructor Detail

AdhocNotificationService.ValidateNotificationResult

protected AdhocNotificationService.ValidateNotificationResult(ErrorCollection errorCollection,
                                                              NotificationBuilder notification,
                                                              com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients,
                                                              com.atlassian.crowd.embedded.api.User from,
                                                              Issue issue)


Copyright © 2002-2013 Atlassian. All Rights Reserved.