public class Checkers 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 |
| Modifier | Constructor and Description |
|---|---|
protected |
Checkers(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated) |
| Modifier and Type | Method and Description |
|---|---|
CheckerInfo |
create(CheckerInput input) |
CheckerInfo |
get(String checkerUuid) |
protected org.eclipse.jgit.transport.URIish |
getGerritBaseUrl() |
protected String |
getPrefix() |
CheckerInfo |
update(CheckerInput input) |
protected final org.apache.http.impl.client.CloseableHttpClient client
protected final org.apache.http.client.utils.URIBuilder uriBuilder
protected Checkers(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated)
throws URISyntaxException
URISyntaxExceptionpublic CheckerInfo create(CheckerInput input) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiExceptionpublic CheckerInfo get(String checkerUuid) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiExceptionpublic CheckerInfo update(CheckerInput input) 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.