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 Type
    Method
    Description
    check(Repository repository)
    Returns the result of the repository health check.
  • Method Details

    • check

      HealthCheckResult check(Repository repository)
      Returns the result of the repository health check.
      Parameters:
      repository - repository to check