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 TypeClassDescriptionclassExtendsAbstractScmRequestand adds properties to facilitate implementingSCM requestswhich interact with a repository, to read orwrite.classA simple base class to facilitate implementingSCM requests.Methods in com.atlassian.bitbucket.scm with parameters of type ScmRequestModifier and TypeMethodDescriptionbooleanScmRequestCheck.check(ScmRequest request) booleanScmRequestCheckService.checkActionAllowed(ScmRequest request) Check whether the suppliedScmRequestcan 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 TypeInterfaceDescriptioninterfaceHandles 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 TypeInterfaceDescriptioninterfaceHandles an SCM SSH command from a remote client.