Class RestCallHelper
java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.RestCallHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StashRestResponse
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)
-
Constructor Details
-
RestCallHelper
public RestCallHelper()
-
-
Method Details
-
doRestCallViaApplink
public static StashRestResponse doRestCallViaApplink(@NotNull @NotNull com.atlassian.applinks.api.ApplicationLink applicationLink, @NotNull @NotNull String requestUrl, @NotNull com.atlassian.sal.api.net.Request.MethodType methodType, @Nullable @Nullable com.opensymphony.webwork.dispatcher.json.JSONObject data) throws CredentialsRequiredContextException
-