Class RestCallHelper
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.RestCallHelper
-
public class RestCallHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description RestCallHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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
-
-