Uses of Class
org.eclipse.jgit.api.AddNoteCommand
-
Packages that use AddNoteCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of AddNoteCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return AddNoteCommand Modifier and Type Method Description AddNoteCommand
Git. notesAdd()
Returns a command to add notes to an objectAddNoteCommand
AddNoteCommand. setMessage(String message)
AddNoteCommand
AddNoteCommand. setNotesRef(String notesRef)
AddNoteCommand
AddNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want a note on.
-