public interface

HttpScmRequest

implements ScmRequest
com.atlassian.bitbucket.scm.http.HttpScmRequest

Class Overview

Handles an HTTP request from an SCM client (e.g. a git clone or git pull)

Summary

Constants
String BITBUCKET_REALM Realm to be used in any Authentication challenges.
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.scm.ScmRequest

Constants

public static final String BITBUCKET_REALM

Realm to be used in any Authentication challenges.

Constant Value: "Atlassian Bitbucket"