Uses of Class
org.eclipse.jgit.api.ShowNoteCommand
-
Packages that use ShowNoteCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ShowNoteCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ShowNoteCommand Modifier and Type Method Description ShowNoteCommand
Git. notesShow()
Return a command to show notes on an objectShowNoteCommand
ShowNoteCommand. setNotesRef(String notesRef)
Set theRef
to read notes from.ShowNoteCommand
ShowNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want a note on
-