| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<User> |
UserApi.createUser(UserWriteBean requestBody,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create user
|
io.reactivex.Single<List<User>> |
UserApi.findAssignableUsers(Optional<String> query,
Optional<String> sessionId,
Optional<String> username,
Optional<String> accountId,
Optional<String> project,
Optional<String> issueKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<Integer> actionDescriptorId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to issues
|
io.reactivex.Single<List<User>> |
UserApi.findBulkAssignableUsers(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> projectKeys,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users assignable to projects
|
io.reactivex.Single<List<User>> |
UserApi.findUsers(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<String> property,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users
|
io.reactivex.Single<List<User>> |
UserApi.findUsersWithAllPermissions(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> permissions,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with permissions
|
io.reactivex.Single<List<User>> |
UserApi.findUsersWithBrowsePermission(Optional<String> query,
Optional<String> username,
Optional<String> accountId,
Optional<String> issueKey,
Optional<String> projectKey,
Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Find users with browse permission
|
io.reactivex.Single<List<User>> |
UsersApi.getAllUsers(Optional<Integer> startAt,
Optional<Integer> maxResults,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get all users
|
io.reactivex.Single<User> |
CurrentUserApi.getCurrentUser(Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get current user
|
io.reactivex.Single<User> |
UserApi.getUser(Optional<String> accountId,
Optional<String> username,
Optional<String> key,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
IssueApi.assignIssue(String issueIdOrKey,
User user,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Assign issue
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.accountId(String accountId) |
User |
Component.getAssignee()
The details of the user associated with `assigneeType`, if any.
|
User |
ComponentWithIssueCount.getAssignee()
The details of the user associated with `assigneeType`, if any.
|
User |
AttachmentMetadata.getAuthor()
Details of the user who attached the file.
|
User |
WorkflowScheme.getLastModifiedUser()
The user that last modified the draft workflow scheme.
|
User |
Component.getLead()
The user details for the component's lead user.
|
User |
ComponentWithIssueCount.getLead()
The user details for the component's lead user.
|
User |
Project.getLead()
The username of the project lead.
|
User |
Filter.getOwner()
The user who owns the filter.
|
User |
FoundFilter.getOwner()
The user who owns the filter.
|
User |
Component.getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
User |
ComponentWithIssueCount.getRealAssignee()
The user assigned to issues created with this component, when `assigneeType` does not identify a valid assignee.
|
User |
FilterSubscription.getUser()
The user subscribing to filter.
|
User |
User.key(String key) |
User |
User.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserList.getItems()
The list of items.
|
List<User> |
PageBeanUser.getValues()
The list of items.
|
List<User> |
Votes.getVoters()
List of the users who have voted on this issue.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentWithIssueCount |
ComponentWithIssueCount.assignee(User assignee) |
ComponentWithIssueCount |
ComponentWithIssueCount.lead(User lead) |
ComponentWithIssueCount |
ComponentWithIssueCount.realAssignee(User realAssignee) |
void |
ComponentWithIssueCount.setAssignee(User assignee) |
void |
ComponentWithIssueCount.setLead(User lead) |
void |
ComponentWithIssueCount.setRealAssignee(User realAssignee) |
Copyright © 2011–2019 Everit Kft.. All rights reserved.