public static final class

AdhocNotificationService.ValidateNotificationResult

extends ServiceResultImpl
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.notification.AdhocNotificationService.ValidateNotificationResult

Summary

Fields
protected final ApplicationUser from
protected final Issue issue
protected final NotificationBuilder notification
protected final Supplier<Iterable<NotificationRecipient>> recipients
Protected Constructors
ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue)
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Fields

protected final ApplicationUser from

protected final Issue issue

protected final NotificationBuilder notification

protected final Supplier<Iterable<NotificationRecipient>> recipients

Protected Constructors

protected ValidateNotificationResult (ErrorCollection errorCollection, NotificationBuilder notification, Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue)