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()
Return a command to add notes to an objectAddNoteCommand
AddNoteCommand. setMessage(String message)
Set the notes messageAddNoteCommand
AddNoteCommand. setNotesRef(String notesRef)
Set name of aRef
to read notes fromAddNoteCommand
AddNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want a note on.
-