Uses of Interface
com.atlassian.bitbucket.scm.ScmRequest
Package
Description
-
Uses of ScmRequest in com.atlassian.bitbucket.scm
Modifier and TypeClassDescriptionclass
ExtendsAbstractScmRequest
and adds properties to facilitate implementingSCM requests
which interact with a repository, to read orwrite
.class
A simple base class to facilitate implementingSCM requests
.Modifier and TypeMethodDescriptionboolean
ScmRequestCheck.check
(ScmRequest request) boolean
ScmRequestCheckService.checkActionAllowed
(ScmRequest request) Check whether the suppliedScmRequest
can proceed within the current request and server context. -
Uses of ScmRequest in com.atlassian.bitbucket.scm.http
Modifier and TypeInterfaceDescriptioninterface
Handles an HTTP request from an SCM client (e.g. -
Uses of ScmRequest in com.atlassian.bitbucket.scm.ssh
Modifier and TypeInterfaceDescriptioninterface
Handles an SCM SSH command from a remote client.