Package jenkins.diagnostics
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HealthCheckImpl
public HealthCheckImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceHealthCheck
- 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 interfaceHealthCheck
- Returns:
- true if the health check passed.
-