Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
Modifier and Type | Method and Description |
---|---|
Note |
RemoveNoteCommand.call() |
Note |
ShowNoteCommand.call() |
Note |
AddNoteCommand.call() |
Modifier and Type | Method and Description |
---|---|
List<Note> |
ListNotesCommand.call() |
Modifier and Type | Method and Description |
---|---|
Note |
NoteMap.getNote(AnyObjectId id)
Lookup a note for a specific ObjectId.
|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter)
Merges the conflicting note changes.
|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter)
Merges the conflicting note changes.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Note> |
NoteMap.iterator() |
Modifier and Type | Method and Description |
---|---|
Note |
NoteMerger.merge(Note base,
Note ours,
Note their,
ObjectReader reader,
ObjectInserter inserter)
Merges the conflicting note changes.
|
Note |
DefaultNoteMerger.merge(Note base,
Note ours,
Note theirs,
ObjectReader reader,
ObjectInserter inserter)
Merges the conflicting note changes.
|
Constructor and Description |
---|
NotesMergeConflictException(Note base,
Note ours,
Note theirs)
Construct a NotesMergeConflictException for the specified base, ours and
theirs note versions.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.