Uses of Class
io.gitea.model.GitObject
-
Packages that use GitObject Package Description io.gitea.model -
-
Uses of GitObject in io.gitea.model
Methods in io.gitea.model that return GitObject Modifier and Type Method Description GitObjectReference. getObject()Get objectGitObjectGitObject. sha(java.lang.String sha)GitObjectGitObject. type(java.lang.String type)GitObjectGitObject. url(java.lang.String url)Methods in io.gitea.model with parameters of type GitObject Modifier and Type Method Description ReferenceReference. object(GitObject object)voidReference. setObject(GitObject object)
-