public class ServerInfoApi extends Object
| Constructor and Description |
|---|
ServerInfoApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ServerInformation> |
getServerInfo(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get Jira instance info
Returns information about the Jira instance.
|
public ServerInfoApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<ServerInformation> getServerInfo(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
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.