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 ApplicationUserprotected final Issueprotected final NotificationBuilderprotected final com.google.common.base.Supplier<Iterable<NotificationRecipient>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValidateNotificationResult(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, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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)
-