Class BitbucketServerResponseHandler

java.lang.Object
com.atlassian.bamboo.plugins.stash.rest.entity.stash.BitbucketServerResponseHandler
All Implemented Interfaces:
com.atlassian.sal.api.net.ReturningResponseHandler<com.atlassian.sal.api.net.Response,StashRestResponse>

public class BitbucketServerResponseHandler extends Object implements com.atlassian.sal.api.net.ReturningResponseHandler<com.atlassian.sal.api.net.Response,StashRestResponse>
Utility class to execute the applink request and returning response as String.
  • Constructor Details

    • BitbucketServerResponseHandler

      public BitbucketServerResponseHandler()
  • Method Details

    • handle

      public StashRestResponse handle(@NotNull @NotNull com.atlassian.sal.api.net.Response response)
      Specified by:
      handle in interface com.atlassian.sal.api.net.ReturningResponseHandler<com.atlassian.sal.api.net.Response,StashRestResponse>