Package | Description |
---|---|
com.atlassian.bitbucket.scm | |
com.atlassian.bitbucket.scm.http | |
com.atlassian.bitbucket.scm.ssh |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryScmRequest
Extends
AbstractScmRequest and adds properties to facilitate implementing SCM requests
which interact with a repository, to read or write . |
class |
AbstractScmRequest
A simple base class to facilitate implementing
SCM requests . |
Modifier and Type | Method and Description |
---|---|
boolean |
ScmRequestCheck.check(ScmRequest request) |
boolean |
ScmRequestCheckService.checkActionAllowed(ScmRequest request)
Check whether the supplied
ScmRequest can proceed within the current request and server context. |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpScmRequest
Handles an HTTP request from an SCM client (e.g.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SshScmRequest
Handles an SCM SSH command from a remote client.
|
Copyright © 2024 Atlassian. All rights reserved.