| Package | Description |
|---|---|
| com.talanlabs.gitlab.api | |
| com.talanlabs.gitlab.api.services |
| Modifier and Type | Method and Description |
|---|---|
static Pagination |
Pagination.create(Integer page,
Integer perPage) |
Pagination |
Pagination.page(Integer page) |
Pagination |
Pagination.perPage(Integer perPage) |
| Modifier and Type | Method and Description |
|---|---|
Paged<GitLabBuild> |
GitLabAPIBuilds.getAllBuilds(Serializable projectId,
Pagination pagination,
String... scopes)
List project builds
|
Paged<GitLabCommit> |
GitLabAPICommits.getAllCommits(Serializable projectId,
Pagination pagination)
List repository commits
|
Paged<GitLabCommitComments> |
GitLabAPICommits.getCommitComments(Serializable projectId,
String commitHash,
Pagination pagination)
Get the comments of a commit
|
Paged<GitLabCommitDiff> |
GitLabAPICommits.getCommitDiffs(Serializable projectId,
String commitHash,
Pagination pagination)
Get the diff of a commit
|
Paged<GitLabCommitStatus> |
GitLabAPICommits.getCommitStatuses(Serializable projectId,
String commitHash,
Pagination pagination)
Get the status of a commit
|
Paged<GitLabProject> |
GitLabAPIProjects.getProjectAlls(Pagination pagination,
Boolean archived,
String orderBy,
String sort,
String search,
Boolean ciEnabledFirst)
List ALL projects
|
Paged<GitLabProject> |
GitLabAPIProjects.getProjectOwneds(Pagination pagination,
Boolean archived,
String orderBy,
String sort,
String search,
Boolean ciEnabledFirst)
List owned projects
|
Paged<GitLabProject> |
GitLabAPIProjects.getProjects(Pagination pagination,
Boolean archived,
String orderBy,
String sort,
String search,
Boolean ciEnabledFirst)
List projects
|
Paged<GitLabProject> |
GitLabAPIProjects.getProjectsSearchByName(String query,
Pagination pagination,
String orderBy,
String sort)
Search for projects by name
|
Paged<GitLabVariable> |
GitLabAPIBuildVariables.getProjectVariables(Serializable projectId,
Pagination pagination)
List project variables
|
Paged<GitLabRepositoryTree> |
GitLabAPIRepositories.getRepositoryTrees(Serializable projectId,
Pagination pagination,
String path,
String refName)
List repository tree
|
Paged<GitLabUser> |
GitLabAPIUsers.getUsers(String emailOrUsername,
Pagination pagination)
Search users by email or username
|
Copyright © 2017 Talanlabs. All rights reserved.