Uses of Class
org.eclipse.jgit.api.AddNoteCommand
Packages that use AddNoteCommand
-
Uses of AddNoteCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return AddNoteCommandModifier and TypeMethodDescriptionGit.notesAdd()Return a command to add notes to an objectAddNoteCommand.setMessage(String message) Set the notes messageAddNoteCommand.setNotesRef(String notesRef) Set name of aRefto read notes fromAddNoteCommand.setObjectId(RevObject id) Sets the object id of object you want a note on.