Uses of Class
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Notification

Packages that use Notification
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client   
 

Uses of Notification in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
 

Methods in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client that return Notification
 Notification Notification.htmlBody(String html)
           
 Notification Notification.restrictToGroup(String group)
           
 Notification Notification.restrictToPermission(int permissionId)
           
 Notification Notification.restrictToPermission(String permissionKey)
           
 Notification Notification.subject(String subject)
           
 Notification Notification.textBody(String text)
           
 Notification Notification.toAssignee()
           
 Notification Notification.toEmail(String email)
           
 Notification Notification.toGroup(String group)
           
 Notification Notification.toReporter()
           
 Notification Notification.toUser(String user)
           
 Notification Notification.toVoters()
           
 Notification Notification.toWatchers()
           
 

Methods in com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client with parameters of type Notification
 com.atlassian.jira.testkit.client.restclient.Response NotifyClient.postResponse(String issueKey, Notification notification)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.