Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
Commit |
CommitsApi.getCommits(int projectId,
String sha)
Get a specific commit identified by the commit hash or name of a branch or tag.
|
Modifier and Type | Method and Description |
---|---|
List<Commit> |
CommitsApi.getCommits(int projectId)
Get a list of repository commits in a project.
|
Modifier and Type | Method and Description |
---|---|
Commit |
Tag.getCommit() |
Commit |
Branch.getCommit() |
Modifier and Type | Method and Description |
---|---|
List<Commit> |
EventData.getCommits() |
Modifier and Type | Method and Description |
---|---|
void |
Tag.setCommit(Commit commit) |
void |
Branch.setCommit(Commit commit) |
Modifier and Type | Method and Description |
---|---|
void |
EventData.setCommits(List<Commit> commits) |
Copyright © 2017. All rights reserved.