| 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<Avatar> |
IssueTypeApi.createIssueTypeAvatar(String id,
Object body,
Optional<Integer> x,
Optional<Integer> y,
Optional<Integer> size,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Load issue type avatar
|
io.reactivex.Single<Avatar> |
ProjectApi.createProjectAvatar(String projectIdOrKey,
Object body,
Optional<Integer> x,
Optional<Integer> y,
Optional<Integer> size,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Load project avatar
|
io.reactivex.Single<Avatar> |
UniversalAvatarApi.storeAvatar(String type,
String entityId,
Object body,
Optional<Integer> x,
Optional<Integer> y,
Optional<Integer> size,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Load avatar
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
ProjectApi.updateProjectAvatar(String projectIdOrKey,
Avatar avatar,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Set project avatar
|
| Modifier and Type | Method and Description |
|---|---|
Avatar |
Avatar.id(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Avatar> |
Avatars.getCustom()
Custom avatars list.
|
List<Avatar> |
ProjectAvatars.getCustom()
List of avatars added to Jira.
|
List<Avatar> |
Avatars.getSystem()
System avatars list.
|
List<Avatar> |
ProjectAvatars.getSystem()
List of avatars included with Jira.
|
List<Avatar> |
SystemAvatars.getSystem()
A list of avatar details.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.