Uses of Class
org.gitlab4j.api.models.CommitRef
-
Packages that use CommitRef Package Description org.gitlab4j.api -
-
Uses of CommitRef in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type CommitRef Modifier and Type Method Description List<CommitRef>
CommitsApi. getCommitRefs(Object projectIdOrPath, String sha)
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instanceList<CommitRef>
CommitsApi. getCommitRefs(Object projectIdOrPath, String sha, CommitRef.RefType refType)
Get a specific commit identified by the commit hash or name of a branch or tag as an Optional instance
-