Uses of Class
org.gitlab4j.api.models.HealthCheckInfo
-
Packages that use HealthCheckInfo Package Description org.gitlab4j.api -
-
Uses of HealthCheckInfo in org.gitlab4j.api
Methods in org.gitlab4j.api that return HealthCheckInfo Modifier and Type Method Description HealthCheckInfo
HealthCheckApi. getLiveness()
Get Health Checks from the liveness endpoint.HealthCheckInfo
HealthCheckApi. getLiveness(String token)
Deprecated.HealthCheckInfo
HealthCheckApi. getReadiness()
Get Health Checks from the readiness endpoint.HealthCheckInfo
HealthCheckApi. getReadiness(String token)
Deprecated.
-