com.atlassian.bitbucket.scm.integrity.IntegrityCheckCallback |
Used by an SCM to report integrity check results as they become available.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the SCM encounters a problem while checking the integrity of a specific repository.
| |||||||||||
Called when the SCM encounters a problem that cannot be expressed in terms of pull requests or
repositories.
| |||||||||||
Invoked when the SCM encounters a pull request that does not exist according to the host application.
| |||||||||||
Invoked when the required SCM-level data for a pull request is missing.
|
Called when the SCM encounters a problem while checking the integrity of a specific repository.
repository | the repository in which the error originated |
---|---|
message | a detailed description that can be used by administrators to debug the problem |
Called when the SCM encounters a problem that cannot be expressed in terms of pull requests or repositories.
message | a detailed description that can be used by administrators to debug the problem |
---|
Invoked when the SCM encounters a pull request that does not exist according to the host application.
repository | the repository in which the pull request resides |
---|---|
pullRequestId | the ID of the pull request |
Invoked when the required SCM-level data for a pull request is missing.
repository | the repository in which the pull request resides |
---|---|
pullRequestId | the ID of the pull request |