Uses of Class
io.gitea.model.Note
-
Packages that use Note Package Description io.gitea.api io.gitea.model -
-
Uses of Note in io.gitea.api
Methods in io.gitea.api that return Note Modifier and Type Method Description NoteRepositoryApi. repoGetNote(java.lang.String owner, java.lang.String repo, java.lang.String sha)Get a note corresponding to a single commit from a repositoryMethods in io.gitea.api that return types with arguments of type Note Modifier and Type Method Description ApiResponse<Note>RepositoryApi. repoGetNoteWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String sha)Get a note corresponding to a single commit from a repositoryMethod parameters in io.gitea.api with type arguments of type Note Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoGetNoteAsync(java.lang.String owner, java.lang.String repo, java.lang.String sha, ApiCallback<Note> callback)Get a note corresponding to a single commit from a repository (asynchronously) -
Uses of Note in io.gitea.model
Methods in io.gitea.model that return Note Modifier and Type Method Description NoteNote. commit(Commit commit)NoteNote. message(java.lang.String message)
-