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