com.atlassian.jira.rest.client.domain
Class Watchers

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.BasicWatchers
      extended by com.atlassian.jira.rest.client.domain.Watchers
All Implemented Interfaces:
AddressableEntity

public class Watchers
extends BasicWatchers

Complete information about the watchers of given issue

Since:
v0.1

Constructor Summary
Watchers(BasicWatchers basicWatchers, Collection<BasicUser> users)
           
 
Method Summary
 Iterable<BasicUser> getUsers()
           
 String toString()
           
 
Methods inherited from class com.atlassian.jira.rest.client.domain.BasicWatchers
getNumWatchers, getSelf, isWatching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Watchers

public Watchers(BasicWatchers basicWatchers,
                Collection<BasicUser> users)
Method Detail

getUsers

public Iterable<BasicUser> getUsers()

toString

public String toString()
Overrides:
toString in class BasicWatchers


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.