Uses of Interface
com.atlassian.bitbucket.scm.ScmRequest
Packages that use ScmRequest
Package
Description
-
Uses of ScmRequest in com.atlassian.bitbucket.scm
Classes in com.atlassian.bitbucket.scm that implement ScmRequestModifier 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
.Methods in com.atlassian.bitbucket.scm with parameters of type ScmRequestModifier 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
Subinterfaces of ScmRequest in com.atlassian.bitbucket.scm.httpModifier and TypeInterfaceDescriptioninterface
Handles an HTTP request from an SCM client (e.g. -
Uses of ScmRequest in com.atlassian.bitbucket.scm.ssh
Subinterfaces of ScmRequest in com.atlassian.bitbucket.scm.sshModifier and TypeInterfaceDescriptioninterface
Handles an SCM SSH command from a remote client.