Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
List<CommitRef> |
CommitsApi.getCommitRefs(int projectId,
String sha) |
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instance
GET /projects/:id/repository/commits/:sha/refs
|
List<CommitRef> |
CommitsApi.getCommitRefs(int projectId,
String sha,
CommitRef.RefType refType) |
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instance
GET /projects/:id/repository/commits/:sha/refs?type=:refType
|
Copyright © 2018. All rights reserved.