public class ResolutionApi extends Object
| Constructor and Description |
|---|
ResolutionApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Resolution> |
getResolution(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get resolution
Returns an issue resolution value.
|
io.reactivex.Single<List<Resolution>> |
getResolutions(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get resolutions
Returns a list of all issue resolution values.
|
public ResolutionApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Resolution> getResolution(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns an issue resolution value.
Permissions required: Permission to access Jira.
id - The ID of the issue resolution value.
(required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<List<Resolution>> getResolutions(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a list of all issue resolution values.
Permissions required: Permission to access Jira.
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.