Class ApplicationLinkRequestUtils

java.lang.Object
com.atlassian.bamboo.applinks.ApplicationLinkRequestUtils

public class ApplicationLinkRequestUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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