|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicUser | |
|---|---|
| com.atlassian.jira.rest.client.domain | |
| Uses of BasicUser in com.atlassian.jira.rest.client.domain |
|---|
| Subclasses of BasicUser in com.atlassian.jira.rest.client.domain | |
|---|---|
class |
User
Complete information about a single JIRA user |
| Methods in com.atlassian.jira.rest.client.domain that return BasicUser | |
|---|---|
BasicUser |
Issue.getAssignee()
|
BasicUser |
Comment.getAuthor()
|
BasicUser |
Attachment.getAuthor()
|
BasicUser |
Worklog.getAuthor()
|
BasicUser |
Project.getLead()
|
BasicUser |
Component.getLead()
|
BasicUser |
Issue.getReporter()
|
BasicUser |
Comment.getUpdateAuthor()
|
BasicUser |
Worklog.getUpdateAuthor()
|
| Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type BasicUser | |
|---|---|
Iterable<BasicUser> |
Watchers.getUsers()
|
Iterable<BasicUser> |
Votes.getUsers()
|
| Constructors in com.atlassian.jira.rest.client.domain with parameters of type BasicUser | |
|---|---|
Attachment(URI self,
String filename,
BasicUser author,
org.joda.time.DateTime creationDate,
int size,
String mimeType,
URI contentUri,
URI thumbnailUri)
|
|
Comment(URI self,
String body,
BasicUser author,
BasicUser updateAuthor,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
String roleLevel,
String groupLevel)
|
|
Component(URI self,
String name,
String description,
BasicUser lead)
|
|
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)
|
|
Project(URI self,
String key,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components)
|
|
Worklog(URI self,
URI issueUri,
BasicUser author,
BasicUser updateAuthor,
String comment,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime startDate,
int minutesSpent,
String roleLevel,
String groupLevel)
|
|
| Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type BasicUser | |
|---|---|
Votes(URI self,
int votes,
boolean hasVoted,
Collection<BasicUser> users)
|
|
Watchers(BasicWatchers basicWatchers,
Collection<BasicUser> users)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||