Uses of Class
org.gitlab4j.api.models.CommitRef
Packages that use CommitRef
-
Uses of CommitRef in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type CommitRefModifier and TypeMethodDescriptionCommitsApi.getCommitRefs
(Object projectIdOrPath, String sha) Get a List of all references (from branches or tags) a commit is pushed to.CommitsApi.getCommitRefs
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of references (from branches or tags) a commit is pushed to.CommitsApi.getCommitRefs
(Object projectIdOrPath, String sha, CommitRef.RefType refType) Get a List of all references (from branches or tags) a commit is pushed to.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.CommitsApi.getCommitRefsStream
(Object projectIdOrPath, String sha) Get a Stream of all references (from branches or tags) a commit is pushed to.CommitsApi.getCommitRefsStream
(Object projectIdOrPath, String sha, CommitRef.RefType refType) Get a Stream of all references (from branches or tags) a commit is pushed to.