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 ShowNoteCommandGit. notesShow()Return a command to show notes on an objectShowNoteCommandShowNoteCommand. setNotesRef(String notesRef)Set theRefto read notes from.ShowNoteCommandShowNoteCommand. setObjectId(RevObject id)Sets the object id of object you want a note on
-