public static final class AdhocNotificationService.ValidateNotificationResult extends ServiceResultImpl
Modifier and Type | Field and Description |
---|---|
protected ApplicationUser |
from |
protected Issue |
issue |
protected NotificationBuilder |
notification |
protected com.google.common.base.Supplier<Iterable<NotificationRecipient>> |
recipients |
Modifier | Constructor and Description |
---|---|
protected |
ValidateNotificationResult(ErrorCollection errorCollection,
NotificationBuilder notification,
com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients,
ApplicationUser from,
Issue issue) |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
protected final NotificationBuilder notification
protected final ApplicationUser from
protected final Issue issue
protected final com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients
protected ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue)
Copyright © 2002-2016 Atlassian. All Rights Reserved.