JiraRestResponse |
JiraRestResponse.JiraRestResponseBuilder.build() |
@NotNull JiraRestResponse |
JiraRestServiceImpl.doRestCallViaApplink(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink,
@NotNull String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
@Nullable com.opensymphony.webwork.dispatcher.json.JSONObject data) |
@NotNull JiraRestResponse |
JiraRestService.doRestCallViaApplink(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
@Nullable com.opensymphony.webwork.dispatcher.json.JSONObject data)
Perform a rest call to JIRA.
|
@NotNull JiraRestResponse |
JiraRestServiceImpl.doRestCallViaApplink(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink,
@NotNull String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
@Nullable com.opensymphony.webwork.dispatcher.json.JSONObject data,
@Nullable Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider> providerClass) |
@NotNull JiraRestResponse |
JiraRestService.doRestCallViaApplink(@NotNull com.atlassian.applinks.api.ApplicationLink applicationLink,
String requestUrl,
com.atlassian.sal.api.net.Request.MethodType methodType,
@Nullable com.opensymphony.webwork.dispatcher.json.JSONObject data,
@Nullable Class<? extends com.atlassian.applinks.api.auth.AuthenticationProvider> providerClass)
Perform a rest call to JIRA.
|