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
URISyntaxException
public CheckerInfo create(CheckerInput input) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckerInfo get(String checkerUuid) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckerInfo update(CheckerInput input) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
protected String getPrefix()
protected org.eclipse.jgit.transport.URIish getGerritBaseUrl()
Copyright © 2018–2024. All rights reserved.