Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.models |
Modifier and Type | Method and Description |
---|---|
GitlabCommit |
GitlabAPI.cherryPick(GitlabProject project,
String sha,
String targetBranchName) |
GitlabCommit |
GitlabAPI.cherryPick(Serializable projectId,
String sha,
String targetBranchName)
Cherry picks a commit.
|
GitlabCommit |
GitlabAPI.getCommit(Serializable projectId,
String commitHash) |
Modifier and Type | Method and Description |
---|---|
List<GitlabCommit> |
GitlabAPI.getAllCommits(Serializable projectId) |
List<GitlabCommit> |
GitlabAPI.getAllCommits(Serializable projectId,
Pagination pagination,
String branchOrTag) |
List<GitlabCommit> |
GitlabAPI.getAllCommits(Serializable projectId,
String branchOrTag) |
List<GitlabCommit> |
GitlabAPI.getCommits(GitlabMergeRequest mergeRequest) |
List<GitlabCommit> |
GitlabAPI.getCommits(GitlabMergeRequest mergeRequest,
Pagination pagination) |
List<GitlabCommit> |
GitlabAPI.getCommits(Serializable projectId,
Pagination pagination,
String branchOrTag) |
List<GitlabCommit> |
GitlabAPI.getCommits(Serializable projectId,
Pagination pagination,
String branchOrTag,
String path) |
List<GitlabCommit> |
GitlabAPI.getLastCommits(Serializable projectId) |
List<GitlabCommit> |
GitlabAPI.getLastCommits(Serializable projectId,
String branchOrTag) |
Modifier and Type | Method and Description |
---|---|
GitlabCommit |
GitlabCommitComparison.getCommit() |
GitlabCommit |
GitlabJob.getCommit() |
GitlabCommit |
GitlabTag.getCommit() |
Modifier and Type | Method and Description |
---|---|
List<GitlabCommit> |
GitlabCommitComparison.getCommits() |
Modifier and Type | Method and Description |
---|---|
void |
GitlabCommitComparison.setCommit(GitlabCommit commit) |
void |
GitlabJob.setCommit(GitlabCommit commit) |
void |
GitlabTag.setCommit(GitlabCommit commit) |
Modifier and Type | Method and Description |
---|---|
void |
GitlabCommitComparison.setCommits(List<GitlabCommit> commits) |
Copyright © 2019. All rights reserved.