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