Uses of Enum Class
org.aoju.bus.gitlab.models.CommitRef.RefType
Packages that use CommitRef.RefType
-
Uses of CommitRef.RefType in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return CommitRef.RefTypeModifier and TypeMethodDescriptionstatic CommitRef.RefTypeCommitRef.getType()static CommitRef.RefTypeReturns the enum constant of this class with the specified name.static CommitRef.RefType[]CommitRef.RefType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab.models with parameters of type CommitRef.RefType