| 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 List of all references (from branches or tags) a commit is pushed to.
|
Pager<CommitRef> |
CommitsApi.getCommitRefs(Object projectIdOrPath,
String sha,
CommitRef.RefType refType,
int itemsPerPage)
Get a Pager of references (from branches or tags) a commit is pushed to.
|
Stream<CommitRef> |
CommitsApi.getCommitRefsStream(Object projectIdOrPath,
String sha,
CommitRef.RefType refType)
Get a Stream of all references (from branches or tags) a commit is pushed to.
|
| 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 © 2021. All rights reserved.