| com.atlassian.bitbucket.scm.integrity.IntegrityCheckContext |
Allows an SCM to obtain additional information required to perform integrity checks
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Allows SCMs to obtain the highest / latest pull request found in the database
| |||||||||||
Allows SCMs to request a Stream stream of repositories to check for consistency.
| |||||||||||
Allows SCMs to obtain the highest / latest pull request found in the database
| repository | the target repository |
|---|
ID of the latest pull request, or empty() if none have been created
Allows SCMs to request a Stream stream of repositories to check for consistency.
Note: This will only return repositories that belong to the current SCM.
SCMs implementations will not receive repositories
they do not support.
repository instances.