| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<User> |
UserRestClient.createUser(UserInput userInput)
Create user.
|
io.atlassian.util.concurrent.Promise<Iterable<User>> |
UserRestClient.findUsers(String username)
Returns a list of users that match the search string.
|
io.atlassian.util.concurrent.Promise<Iterable<User>> |
UserRestClient.findUsers(String username,
Integer startAt,
Integer maxResults,
Boolean includeActive,
Boolean includeInactive)
Returns a list of users that match the search string.
|
io.atlassian.util.concurrent.Promise<User> |
UserRestClient.getUser(String username)
Retrieves detailed information about selected user.
|
io.atlassian.util.concurrent.Promise<User> |
UserRestClient.getUser(URI userUri)
Retrieves detailed information about selected user.
|
io.atlassian.util.concurrent.Promise<User> |
UserRestClient.updateUser(URI userUri,
UserInput userInput)
Modify user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
Issue.getAssignee() |
User |
Issue.getReporter() |
| Constructor and Description |
|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
IssueType issueType,
Status status,
String description,
BasicPriority priority,
Resolution 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,
Operations operations,
Set<String> labels) |
Copyright © 2022 Atlassian. All rights reserved.