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 AddNoteCommandGit. notesAdd()Return a command to add notes to an objectAddNoteCommandAddNoteCommand. setMessage(String message)Set the notes messageAddNoteCommandAddNoteCommand. setNotesRef(String notesRef)Set name of aRefto read notes fromAddNoteCommandAddNoteCommand. setObjectId(RevObject id)Sets the object id of object you want a note on.
-