com.atlassian.jira.rest.client.api.domain
Class Watchers
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicWatchers
com.atlassian.jira.rest.client.api.domain.Watchers
- All Implemented Interfaces:
- AddressableEntity
public class Watchers
- extends BasicWatchers
Complete information about the watchers of given issue
- Since:
- v0.1
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Watchers
public Watchers(BasicWatchers basicWatchers,
java.util.Collection<BasicUser> users)
getUsers
public java.lang.Iterable<BasicUser> getUsers()
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
- Overrides:
getToStringHelper in class BasicWatchers
hashCode
public int hashCode()
- Overrides:
hashCode in class BasicWatchers
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class BasicWatchers
Copyright © 2013 Atlassian. All Rights Reserved.