Package | Description |
---|---|
com.atlassian.jira.notification |
Modifier and Type | Field and Description |
---|---|
protected NotificationBuilder |
AdhocNotificationService.ValidateNotificationResult.notification |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.addRestrictGroup(String group)
If group restrictions are added, then the recipients must belong to at least one of the added groups.
|
NotificationBuilder |
NotificationBuilder.addRestrictGroups(List<String> groups)
If group restrictions are added, then the recipients must belong to at least one of the added groups.
|
NotificationBuilder |
NotificationBuilder.addRestrictPermission(Permissions.Permission permission)
If permission restrictions are added, then the recipients must belong to at least one of the added permissions.
|
NotificationBuilder |
NotificationBuilder.addRestrictPermissions(List<Permissions.Permission> permissions)
If permission restrictions are added, then the recipients must belong to at least one of the added permissions.
|
NotificationBuilder |
NotificationBuilder.addToEmail(String email) |
NotificationBuilder |
NotificationBuilder.addToEmails(List<String> emails) |
NotificationBuilder |
NotificationBuilder.addToGroup(String group) |
NotificationBuilder |
NotificationBuilder.addToGroups(List<String> groups) |
NotificationBuilder |
NotificationBuilder.addToUser(String user) |
NotificationBuilder |
NotificationBuilder.addToUsers(List<String> users) |
NotificationBuilder |
AdhocNotificationServiceImpl.makeBuilder() |
NotificationBuilder |
AdhocNotificationService.makeBuilder() |
NotificationBuilder |
NotificationBuilder.setTemplate(String template) |
NotificationBuilder |
NotificationBuilder.setTemplateParams(com.google.common.collect.ImmutableMap<String,Object> params) |
NotificationBuilder |
NotificationBuilder.setToAssignee(boolean toReporter) |
NotificationBuilder |
NotificationBuilder.setToReporter(boolean toReporter) |
NotificationBuilder |
NotificationBuilder.setToVoters(boolean toVoters) |
NotificationBuilder |
NotificationBuilder.setToWatchers(boolean toWatchers) |
Modifier and Type | Method and Description |
---|---|
static ServiceOutcome<NotificationBuilder> |
AdhocNotificationServiceImpl.makeBuilder(NotificationBuilder notificationBuilder,
NotificationJsonBean jsonBean,
I18nHelper i18nHelper) |
Constructor and Description |
---|
ValidateNotificationResult(ErrorCollection errorCollection,
NotificationBuilder notification,
com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients,
ApplicationUser from,
Issue issue) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.