|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicWatchers | |
|---|---|
| com.atlassian.jira.rest.client.domain | |
| Uses of BasicWatchers in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of BasicWatchers in com.atlassian.jira.rest.client.domain | |
|---|---|
class |
Watchers
Complete information about the watchers of given issue |
| Methods in com.atlassian.jira.rest.client.domain that return BasicWatchers | |
|---|---|
BasicWatchers |
Issue.getWatchers()
|
| Constructors in com.atlassian.jira.rest.client.domain with parameters of type BasicWatchers | |
|---|---|
Issue(String summary,
URI self,
String key,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
BasicPriority priority,
BasicResolution resolution,
Collection<Attachment> attachments,
BasicUser reporter,
BasicUser assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
Collection<Field> fields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos)
|
|
Watchers(BasicWatchers basicWatchers,
Collection<BasicUser> users)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||