public interface

HttpScmRequestProvider

com.atlassian.stash.scm.HttpScmRequestProvider

Class Overview

Provides an HttpScmRequest for a given HttpServletRequest if there is an enabled HttpScmRequestHandler to service it.

Summary

Public Methods
@Nullable HttpScmRequest getHttpScmRequest(HttpServletRequest req, HttpServletResponse resp)

Public Methods

@Nullable public HttpScmRequest getHttpScmRequest (HttpServletRequest req, HttpServletResponse resp)

Parameters
req an HttpServletRequest from an scm client
resp the HttpServletResponse to write the scm hosting response to
Returns