Uses of Enum
org.gitlab4j.api.models.CommitRef.RefType
Packages that use CommitRef.RefType
-
Uses of CommitRef.RefType in org.gitlab4j.api
Methods in org.gitlab4j.api with parameters of type CommitRef.RefTypeModifier and TypeMethodDescriptionCommitsApi.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, 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.RefTypeModifier and TypeMethodDescriptionstatic CommitRef.RefTypeCommitRef.getType()static CommitRef.RefTypeReturns 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