Interface GitHttpScmRequestHandler

All Superinterfaces:
com.atlassian.bitbucket.scm.http.HttpScmRequestHandler

public interface GitHttpScmRequestHandler extends com.atlassian.bitbucket.scm.http.HttpScmRequestHandler
Interface for the git implementation of the HttpScmRequest interface. This interface exists purely to ensure that other plugins can import the git specific HttpScmRequestHandler implementation.
  • Method Summary

    Methods inherited from interface com.atlassian.bitbucket.scm.http.HttpScmRequestHandler

    create, sendAuthenticationError, sendError, supports