Package sonia.scm.repository
Class DirectoryHealthCheck
java.lang.Object
sonia.scm.repository.DirectoryHealthCheck
- All Implemented Interfaces:
HealthCheck
- Since:
- 1.36
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DirectoryHealthCheck
(RepositoryManager repositoryManager) -
Method Summary
Modifier and TypeMethodDescriptioncheck
(Repository repository) Returns the result of the repository health check.protected abstract HealthCheckResult
check
(Repository repository, File directory) protected boolean
isCheckResponsible
(Repository repository)
-
Constructor Details
-
DirectoryHealthCheck
-
-
Method Details
-
check
-
check
Description copied from interface:HealthCheck
Returns the result of the repository health check.- Specified by:
check
in interfaceHealthCheck
- Parameters:
repository
- repository to check
-
isCheckResponsible
-