Package sonia.scm.repository
Interface HealthCheck
- All Known Implementing Classes:
DirectoryHealthCheck
,MetadataHealthCheck
@ExtensionPoint(multi=true)
public interface HealthCheck
Repository health check. Executes a check to verify the health
state of a repository.
- Since:
- 1.36
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(Repository repository) Returns the result of the repository health check.
-
Method Details
-
check
Returns the result of the repository health check.- Parameters:
repository
- repository to check
-