| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
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
|
| Modifier and Type | Method and Description |
|---|---|
static CommitRef.RefType |
CommitRef.RefType.forValue(String value) |
CommitRef.RefType |
CommitRef.getType() |
static CommitRef.RefType |
CommitRef.RefType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitRef.RefType[] |
CommitRef.RefType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommitRef.setType(CommitRef.RefType type) |
Copyright © 2019. All rights reserved.