Uses of Class
org.eclipse.jgit.notes.NonNoteEntry
-
Packages that use NonNoteEntry Package Description org.eclipse.jgit.notes Git notes processing (for commits, etc). -
-
Uses of NonNoteEntry in org.eclipse.jgit.notes
Fields in org.eclipse.jgit.notes declared as NonNoteEntry Modifier and Type Field Description private NonNoteEntry
NoteParser. firstNonNote
private NonNoteEntry
NoteParser. lastNonNote
(package private) NonNoteEntry
NonNoteEntry. next
The next non-note entry in the same tree, as defined by tree order.(package private) NonNoteEntry
InMemoryNoteBucket. nonNotes
Chain of non-note tree entries found at this path in the tree.Methods in org.eclipse.jgit.notes that return NonNoteEntry Modifier and Type Method Description private NonNoteEntry
NoteMapMerger. mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList)
private static NonNoteEntry
NoteMapMerger. nonNotes(InMemoryNoteBucket b)
Methods in org.eclipse.jgit.notes with parameters of type NonNoteEntry Modifier and Type Method Description private NonNoteEntry
NoteMapMerger. mergeNonNotes(NonNoteEntry baseList, NonNoteEntry oursList, NonNoteEntry theirsList)
private static java.lang.String
NotesMergeConflictException. name(NonNoteEntry e)
private ObjectId
NoteMapMerger. write(NonNoteEntry list)
Constructors in org.eclipse.jgit.notes with parameters of type NonNoteEntry Constructor Description NotesMergeConflictException(NonNoteEntry base, NonNoteEntry ours, NonNoteEntry theirs)
Constructs a NotesMergeConflictException for the specified base, ours and theirs versions of the root note tree.
-