public class HealthCheckApi extends AbstractApi
Constants.ActionType, Constants.ApplicationScope, Constants.ArchiveFormat, Constants.CommitBuildState, Constants.DeploymentStatus, Constants.Encoding, Constants.EpicOrderBy, Constants.GroupOrderBy, Constants.GroupSearchScope, Constants.ImpersonationState, Constants.IssueOrderBy, Constants.IssueScope, Constants.IssueState, Constants.JobScope, Constants.LineType, Constants.MergeRequestOrderBy, Constants.MergeRequestScope, Constants.MergeRequestSearchIn, Constants.MergeRequestState, Constants.MilestoneState, Constants.PipelineOrderBy, Constants.PipelineScope, Constants.ProjectOrderBy, Constants.ProjectSearchScope, Constants.SearchScope, Constants.SortOrder, Constants.StateEvent, Constants.TagOrderBy, Constants.TargetType, Constants.TodoAction, Constants.TodoState, Constants.TodoType, Constants.TokenTypegitLabApiNEXT_PAGE_HEADER, PAGE_HEADER, PAGE_PARAM, PER_PAGE, PER_PAGE_PARAM, PREV_PAGE_HEADER, TOTAL_HEADER, TOTAL_PAGES_HEADER| Constructor and Description |
|---|
HealthCheckApi(GitLabApi gitLabApi) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckInfo |
getLiveness()
Get Health Checks from the liveness endpoint.
|
HealthCheckInfo |
getLiveness(String token)
Deprecated.
|
HealthCheckInfo |
getReadiness()
Get Health Checks from the readiness endpoint.
|
HealthCheckInfo |
getReadiness(String token)
Deprecated.
|
addFormParam, addFormParam, delete, delete, get, get, getApiClient, getApiVersion, getDefaultPerPage, getDefaultPerPageParam, getDefaultPerPageParam, getGroupIdOrPath, getPageQueryParams, getPageQueryParams, getPerPageQueryParam, getProjectIdOrPath, getUserIdOrUsername, getWithAccepts, handle, head, isApiVersion, post, post, post, post, post, put, put, putUpload, putUpload, putWithFormData, upload, upload, upload, urlEncode, validatepublic HealthCheckApi(GitLabApi gitLabApi)
public HealthCheckInfo getLiveness() throws GitLabApiException
GitLab Endpoint: GET /-/livenessGitLabApiException - if any exception occurspublic HealthCheckInfo getLiveness(String token) throws GitLabApiException
GitLab Endpoint: GET /-/livenesstoken - Health Status tokenGitLabApiException - if any exception occurspublic HealthCheckInfo getReadiness() throws GitLabApiException
GitLab Endpoint: GET /-/readinessGitLabApiException - if any exception occurspublic HealthCheckInfo getReadiness(String token) throws GitLabApiException
GitLab Endpoint: GET /-/readinesstoken - Health Status tokenGitLabApiException - if any exception occursCopyright © 2019. All rights reserved.