public class Checks 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 |
---|
Checks(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated) |
Modifier and Type | Method and Description |
---|---|
Checks |
change(int changeNumber) |
CheckInfo |
create(CheckInput input) |
CheckInfo |
get(String checkerUuid) |
protected org.eclipse.jgit.transport.URIish |
getGerritBaseUrl() |
protected String |
getPrefix() |
List<CheckInfo> |
list() |
Checks |
patchSet(int patchSetNumber) |
CheckInfo |
rerun(String checkerUuid) |
CheckInfo |
rerun(String checkerUuid,
RerunInput input) |
CheckInfo |
update(CheckInput input) |
protected final org.apache.http.impl.client.CloseableHttpClient client
protected final org.apache.http.client.utils.URIBuilder uriBuilder
public Checks(org.eclipse.jgit.transport.URIish gerritBaseUrl, org.apache.http.impl.client.CloseableHttpClient client, boolean isAuthenticated) throws URISyntaxException
URISyntaxException
public Checks change(int changeNumber)
public Checks patchSet(int patchSetNumber)
public CheckInfo create(CheckInput input) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckInfo get(String checkerUuid) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public List<CheckInfo> list() throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckInfo rerun(String checkerUuid) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckInfo rerun(String checkerUuid, RerunInput input) throws com.google.gerrit.extensions.restapi.RestApiException
com.google.gerrit.extensions.restapi.RestApiException
public CheckInfo update(CheckInput 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.