Uses of Class
com.atlassian.jira.rest.v2.issue.WatchersBean

Packages that use WatchersBean
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.watcher   
 

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

Methods in com.atlassian.jira.rest.v2.issue that return WatchersBean
 WatchersBean WatchersBean.Builder.build()
           
 

Uses of WatchersBean in com.atlassian.jira.rest.v2.issue.watcher
 

Methods in com.atlassian.jira.rest.v2.issue.watcher that return WatchersBean
 WatchersBean WatcherOps.getWatcherCount(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Retrieves a WatchersBean with only the count, not the full list of watcher users.
 WatchersBean WatcherOps.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Retrieves a WatchersBean for the given Issue on behalf of a remote user.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.