Class CompletedInitializationMonitor.HealthCheckImpl

java.lang.Object
jenkins.diagnostics.CompletedInitializationMonitor.HealthCheckImpl
All Implemented Interfaces:
ExtensionPoint, HealthCheck
Enclosing class:
CompletedInitializationMonitor

@Extension public static final class CompletedInitializationMonitor.HealthCheckImpl extends Object implements HealthCheck
  • Constructor Details

    • HealthCheckImpl

      public HealthCheckImpl()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface HealthCheck
      Returns:
      the name of the health check. Must be unique among health check implementations. Defaults to the fully qualified class name.
    • check

      public boolean check()
      Specified by:
      check in interface HealthCheck
      Returns:
      true if the health check passed.