Package | Description |
---|---|
com.atlassian.bitbucket.scm |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFailedScmException
An exception that is thrown by
commands created by the ScmMirrorCommandFactory when they
fail due to authentication problems. |
class |
FeatureUnsupportedScmException
Thrown to indicate a requested SCM feature, such as
command builders or
pull requests , is not supported by the backing SCM implementation. |
class |
IncompleteScmException
Thrown to indicate that the requested SCM's implementation is not up-to-date with the current SPI.
|
class |
MergeException |
class |
NotAuthorizedScmException
An exception that is thrown by
commands created by the ScmMirrorCommandFactory when they
fail due to authorization problems. |
class |
UnavailableScmException
Thrown by the
ScmService to indicate that a plugin is installed for the requested SCM, but that the plugin
is not in a usable state. |
class |
UnsupportedScmException
Thrown by the
ScmService to indicate none of the installed plugins supports the requested SCM. |
Copyright © 2022 Atlassian. All rights reserved.