You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/gitlab4j/api/HealthCheckApi.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public HealthCheckApi(GitLabApi gitLabApi) {
18
18
* Requires ip_whitelist, see the following link for more info:
19
19
* See <a href="https://docs.gitlab.com/ee/administration/monitoring/ip_whitelist.html">https://docs.gitlab.com/ee/administration/monitoring/ip_whitelist.html</a>
20
20
*
21
-
* GET /-/liveness
21
+
* <pre><code>GitLab Endpoint: GET /-/liveness</code></pre>
22
22
*
23
23
* @return HealthCheckInfo instance
24
24
* @throws GitLabApiException if any exception occurs
@@ -30,7 +30,7 @@ public HealthCheckInfo getLiveness() throws GitLabApiException {
30
30
/**
31
31
* Get Health Checks from the liveness endpoint.
32
32
*
33
-
* GET /-/liveness
33
+
* <pre><code>GitLab Endpoint: GET /-/liveness</code></pre>
* Requires ip_whitelist, see the following link for more info:
55
55
* See <a href="https://docs.gitlab.com/ee/administration/monitoring/ip_whitelist.html">https://docs.gitlab.com/ee/administration/monitoring/ip_whitelist.html</a>
56
56
*
57
-
* GET /-/readiness
57
+
* <pre><code>GitLab Endpoint: GET /-/readiness</code></pre>
58
58
*
59
59
* @return HealthCheckInfo instance
60
60
* @throws GitLabApiException if any exception occurs
@@ -66,7 +66,7 @@ public HealthCheckInfo getReadiness() throws GitLabApiException {
66
66
/**
67
67
* Get Health Checks from the readiness endpoint.
68
68
*
69
-
* GET /-/readiness
69
+
* <pre><code>GitLab Endpoint: GET /-/readiness</code></pre>
0 commit comments