Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean

Packages that use NotificationJsonBean
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.notification   
com.atlassian.jira.rest.v2.issue   
 

Uses of NotificationJsonBean in com.atlassian.jira.issue.fields.rest.json.beans
 

Fields in com.atlassian.jira.issue.fields.rest.json.beans declared as NotificationJsonBean
static NotificationJsonBean NotificationJsonBean.DOC_UPDATE_EXAMPLE
           
 

Uses of NotificationJsonBean in com.atlassian.jira.notification
 

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

Uses of NotificationJsonBean in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type NotificationJsonBean
 javax.ws.rs.core.Response IssueResource.notify(String issueIdOrKey, NotificationJsonBean request)
          Sends a notification (email) to the list or recipients defined in the request.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.