Uses of Class
org.eclipse.jgit.notes.NoteMap
Packages that use NoteMap
Package
Description
High-level API commands (the porcelain of JGit).
Git notes processing (for commits, etc).
-
Uses of NoteMap in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type NoteMapModifier and TypeMethodDescription(package private) static voidAddNoteCommand.commitNoteMap(Repository r, String ref, RevWalk walk, NoteMap map, RevCommit notesCommit, ObjectInserter inserter, String msg) -
Uses of NoteMap in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that return NoteMapModifier and TypeMethodDescriptionPerforms the merge.static NoteMapNoteMap.newEmptyMap()Construct a new empty note map.(package private) static NoteMapNoteMap.newMap(InMemoryNoteBucket root, ObjectReader reader) Construct a new note map from an existing note bucket.static NoteMapNoteMap.read(ObjectReader reader, RevCommit commit) Load a collection of notes from a branch.static NoteMapNoteMap.read(ObjectReader reader, RevTree tree) Load a collection of notes from a tree.static NoteMapNoteMap.readTree(ObjectReader reader, ObjectId treeId) Load a collection of notes from a tree.Methods in org.eclipse.jgit.notes with parameters of type NoteMap -
Uses of NoteMap in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type NoteMapMethods in org.eclipse.jgit.pgm with parameters of type NoteMap