public class IssueLinksApi extends Object
| Constructor and Description |
|---|
IssueLinksApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
deleteIssueLink(String linkId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete issue link
Deletes an issue link.
|
io.reactivex.Single<IssueLink> |
getIssueLink(String linkId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue link
Returns an issue link.
|
io.reactivex.Single<Object> |
linkIssues(LinkIssueRequestJsonBean linkIssueRequestJsonBean,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Create issue link
Creates a link between two issues.
|
public IssueLinksApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Completable deleteIssueLink(String linkId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
linkId - The ID of the issue link. (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<IssueLink> getIssueLink(String linkId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
linkId - The ID of the issue link. (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<Object> linkIssues(LinkIssueRequestJsonBean linkIssueRequestJsonBean, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
linkIssueRequestJsonBean - The issue link request. (required)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.