| Package | Description |
|---|---|
| com.talanlabs.gitlab.api.v3 | |
| com.talanlabs.gitlab.api.v3.http | |
| com.talanlabs.gitlab.api.v3.services |
| Modifier and Type | Method and Description |
|---|---|
static GitLabAPI |
GitLabAPI.connect(String hostUrl,
String apiToken) |
static GitLabAPI |
GitLabAPI.connect(String hostUrl,
String apiToken,
TokenType tokenType) |
static GitLabAPI |
GitLabAPI.connect(String hostUrl,
String apiToken,
TokenType tokenType,
AuthMethod method) |
GitLabAPI |
GitLabAPI.setIgnoreCertificateErrors(boolean ignoreCertificateErrors) |
GitLabAPI |
GitLabAPI.setProxy(Proxy proxy) |
GitLabAPI |
GitLabAPI.setRequestTimeout(int requestTimeout) |
| Constructor and Description |
|---|
GitLabHTTPRequestor(GitLabAPI root) |
PagedImpl(GitLabAPI gitLabAPI,
Class<T[]> type,
List<T> results,
Integer total,
Integer totalPage,
Integer perPage,
Integer page,
Integer nextPage,
Integer prevPage,
String link) |
| Constructor and Description |
|---|
GitLabAPIBuilds(GitLabAPI gitLabAPI) |
GitLabAPIBuildVariables(GitLabAPI gitLabAPI) |
GitLabAPICommits(GitLabAPI gitLabAPI) |
GitLabAPIGroups(GitLabAPI gitLabAPI) |
GitLabAPIProjects(GitLabAPI gitLabAPI) |
GitLabAPIRepositories(GitLabAPI gitLabAPI) |
GitLabAPIUsers(GitLabAPI gitLabAPI) |
Copyright © 2017 Talanlabs. All rights reserved.