Package com.atlassian.jira.notification
Class AdhocNotificationService.ValidateNotificationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.notification.AdhocNotificationService.ValidateNotificationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- AdhocNotificationService
public static final class AdhocNotificationService.ValidateNotificationResult
extends ServiceResultImpl
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ApplicationUser
protected final Issue
protected final NotificationBuilder
protected final com.google.common.base.Supplier<Iterable<NotificationRecipient>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ValidateNotificationResult
(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Field Details
-
notification
-
from
-
issue
-
recipients
-
-
Constructor Details
-
ValidateNotificationResult
protected ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue)
-