public class GitLabAPI extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
public static GitLabAPI connect(String hostUrl, String apiToken, TokenType tokenType, AuthMethod method)
public boolean isIgnoreCertificateErrors()
public GitLabAPI setIgnoreCertificateErrors(boolean ignoreCertificateErrors)
public Proxy getProxy()
public int getRequestTimeout()
public GitLabAPI setRequestTimeout(int requestTimeout)
public GitLabHTTPRequestor retrieve()
public GitLabHTTPRequestor dispatch()
public URL getAPIUrl(String tailAPIUrl) throws IOException
IOExceptionpublic URL getUrl(String tailAPIUrl) throws IOException
IOExceptionpublic GitLabAPICommits getGitLabAPICommits()
public GitLabAPIProjects getGitLabAPIProjects()
public GitLabAPIUsers getGitLabAPIUsers()
public GitLabAPIBuilds getGitLabAPIBuilds()
public GitLabAPIRepositories getGitLabAPIRepositories()
public GitLabAPIBuildVariables getGitLabAPIBuildVariables()
Copyright © 2017 Talanlabs. All rights reserved.