Uses of Class
org.eclipse.jgit.notes.Note
Packages that use Note
Package
Description
High-level API commands (the porcelain of JGit).
Git notes processing (for commits, etc).
-
Uses of Note in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return NoteModifier and TypeMethodDescriptionAddNoteCommand.call()
RemoveNoteCommand.call()
ShowNoteCommand.call()
Methods in org.eclipse.jgit.api that return types with arguments of type Note -
Uses of Note in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that return NoteModifier and TypeMethodDescriptionNoteMap.getNote
(AnyObjectId id) Lookup a note for a specific ObjectId.DefaultNoteMerger.merge
(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter) NoteMerger.merge
(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter) Merges the conflicting note changes.Methods in org.eclipse.jgit.notes that return types with arguments of type NoteMethods in org.eclipse.jgit.notes with parameters of type NoteModifier and TypeMethodDescriptionDefaultNoteMerger.merge
(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter) NoteMerger.merge
(Note base, Note ours, Note their, ObjectReader reader, ObjectInserter inserter) Merges the conflicting note changes.Constructors in org.eclipse.jgit.notes with parameters of type NoteModifierConstructorDescriptionNotesMergeConflictException
(Note base, Note ours, Note theirs) Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.