- valueOf(String) - Static method in enum com.github.lgdd.liferay.health.api.HealthCheckStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.lgdd.liferay.health.HealthCheckProbeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.lgdd.liferay.health.api.HealthCheckStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.lgdd.liferay.health.HealthCheckProbeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
-
Verify every bundle state, if checked in the configuration.
- verify() - Method in class com.github.lgdd.liferay.health.ComponentsHealthCheck
-
Verify if unregistered components are present.
- verifyBundles(HealthCheckProbeType, Set<String>) - Method in class com.github.lgdd.liferay.health.BundlesHealthCheck
-
Verify if the required bundles from the configuration are present and in a proper state, i.e.
- verifyBundlesStatesForLiveness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
-
- verifyBundlesStatesForReadiness() - Method in interface com.github.lgdd.liferay.health.HealthCheckConfiguration
-