Uses of Class
org.aoju.bus.gitlab.models.CommitRef
Packages that use CommitRef
-
Uses of CommitRef in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.