Package sonia.scm.repository
Class MetadataHealthCheck
java.lang.Object
sonia.scm.repository.MetadataHealthCheck
- All Implemented Interfaces:
HealthCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck
(Repository repository) Returns the result of the repository health check.
-
Field Details
-
REPOSITORY_Directory_NOT_WRITABLE
-
METADATA_NOT_WRITABLE
-
-
Constructor Details
-
MetadataHealthCheck
-
-
Method Details
-
check
Description copied from interface:HealthCheck
Returns the result of the repository health check.- Specified by:
check
in interfaceHealthCheck
- Parameters:
repository
- repository to check
-