public class GerritChecksApi extends Object
Constructor and Description |
---|
GerritChecksApi(org.eclipse.jgit.transport.URIish gerritBaseUrl,
org.apache.http.impl.client.CloseableHttpClient client,
boolean isAuthenticated) |
Modifier and Type | Method and Description |
---|---|
Checkers |
checkers() |
Checks |
checks() |
void |
close() |
PendingChecks |
pendingChecks() |
public GerritChecksApi(org.eclipse.jgit.transport.URIish gerritBaseUrl, org.apache.http.impl.client.CloseableHttpClient client, boolean isAuthenticated)
public Checkers checkers() throws URISyntaxException
URISyntaxException
public Checks checks() throws URISyntaxException
URISyntaxException
public PendingChecks pendingChecks() throws URISyntaxException
URISyntaxException
public void close() throws IOException
IOException
Copyright © 2018–2024. All rights reserved.