Uses of Class
org.gitlab4j.api.models.CommitRef.RefType
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of CommitRef.RefType in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type CommitRef.RefType Modifier and Type Method 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. -
Uses of CommitRef.RefType in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return CommitRef.RefType Modifier and Type Method Description static CommitRef.RefTypeCommitRef.RefType. forValue(String value)CommitRef.RefTypeCommitRef. getType()static CommitRef.RefTypeCommitRef.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.Methods in org.gitlab4j.api.models with parameters of type CommitRef.RefType Modifier and Type Method Description voidCommitRef. setType(CommitRef.RefType type)