public class PendingChecks extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractEndpoint.JsonBodyParser |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.http.impl.client.CloseableHttpClient |
client |
protected org.apache.http.client.utils.URIBuilder |
uriBuilder |
| Constructor and Description |
|---|
PendingChecks(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated) |
| Modifier and Type | Method and Description |
|---|---|
PendingChecks |
checker(String uuid) |
protected org.eclipse.jgit.transport.URIish |
getGerritBaseUrl() |
protected String |
getPrefix() |
List<PendingChecksInfo> |
list() |
PendingChecks |
scheme(String scheme) |
PendingChecks |
state(CheckState state) |
protected final org.apache.http.impl.client.CloseableHttpClient client
protected final org.apache.http.client.utils.URIBuilder uriBuilder
public PendingChecks(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated)
throws URISyntaxException
URISyntaxExceptionpublic PendingChecks checker(String uuid)
public PendingChecks scheme(String scheme)
public PendingChecks state(CheckState state)
public List<PendingChecksInfo> list() throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiExceptionprotected String getPrefix()
protected org.eclipse.jgit.transport.URIish getGerritBaseUrl()
Copyright © 2018–2025. All rights reserved.