| com.atlassian.stash.scm.HttpScmRequestProvider |
Provides an HttpScmRequest for a given HttpServletRequest if there is an enabled
HttpScmRequestHandler to service it.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| req | an HttpServletRequest from an scm client |
|---|---|
| resp | the HttpServletResponse to write the scm hosting response to |
HttpScmRequest if there is an enabled HttpScmRequestProvider that can service the
supplied request, or null otherwise.