Package com.atlassian.bamboo.applinks
Class ApplicationLinkRequestUtils
java.lang.Object
com.atlassian.bamboo.applinks.ApplicationLinkRequestUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
execute
(com.atlassian.applinks.api.ApplicationLinkRequestFactory requestFactory, com.atlassian.applinks.api.ApplicationLinkRequest request, com.atlassian.sal.api.net.ReturningResponseHandler<com.atlassian.sal.api.net.Response, T> responseHandler)
-
Constructor Details
-
ApplicationLinkRequestUtils
public ApplicationLinkRequestUtils()
-
-
Method Details
-
execute
public static <T> T execute(com.atlassian.applinks.api.ApplicationLinkRequestFactory requestFactory, com.atlassian.applinks.api.ApplicationLinkRequest request, com.atlassian.sal.api.net.ReturningResponseHandler<com.atlassian.sal.api.net.Response, T> responseHandler) throws com.atlassian.applinks.api.CredentialsRequiredException, com.atlassian.sal.api.net.ResponseException- Throws:
com.atlassian.applinks.api.CredentialsRequiredException
com.atlassian.sal.api.net.ResponseException
-