Uses of Interface
com.atlassian.jira.notification.NotificationBuilder

Packages that use NotificationBuilder
com.atlassian.jira.notification   
 

Uses of NotificationBuilder in com.atlassian.jira.notification
 

Fields in com.atlassian.jira.notification declared as NotificationBuilder
protected  NotificationBuilder AdhocNotificationService.ValidateNotificationResult.notification
           
 

Methods in com.atlassian.jira.notification that return NotificationBuilder
 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)
           
 

Methods in com.atlassian.jira.notification that return types with arguments of type NotificationBuilder
static ServiceOutcome<NotificationBuilder> AdhocNotificationServiceImpl.makeBuilder(NotificationBuilder notificationBuilder, NotificationJsonBean jsonBean, I18nHelper i18nHelper)
           
 

Methods in com.atlassian.jira.notification with parameters of type NotificationBuilder
static ServiceOutcome<NotificationBuilder> AdhocNotificationServiceImpl.makeBuilder(NotificationBuilder notificationBuilder, NotificationJsonBean jsonBean, I18nHelper i18nHelper)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationServiceImpl.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationService.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationServiceImpl.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User user, Issue issue, AdhocNotificationService.ValiationOption option)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationService.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue, AdhocNotificationService.ValiationOption option)
           
 

Constructors in com.atlassian.jira.notification with parameters of type NotificationBuilder
AdhocNotificationService.ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.