Uses of Class
org.eclipse.jgit.notes.Note

Packages that use Note
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
org.eclipse.jgit.notes Git notes processing (for commits, etc). 
 

Uses of Note in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return Note
 Note AddNoteCommand.call()
           
 Note ShowNoteCommand.call()
           
 Note RemoveNoteCommand.call()
           
 

Methods in org.eclipse.jgit.api that return types with arguments of type Note
 List<Note> ListNotesCommand.call()
           
 

Uses of Note in org.eclipse.jgit.notes
 

Methods in org.eclipse.jgit.notes that return Note
 Note NoteMap.getNote(AnyObjectId id)
          Lookup a note for a specific ObjectId.
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 Note 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 Note
 Iterator<Note> NoteMap.iterator()
           
 

Methods in org.eclipse.jgit.notes with parameters of type Note
 Note DefaultNoteMerger.merge(Note base, Note ours, Note theirs, ObjectReader reader, ObjectInserter inserter)
           
 Note 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 Note
NotesMergeConflictException(Note base, Note ours, Note theirs)
          Construct a NotesMergeConflictException for the specified base, ours and theirs note versions.
 



Copyright © 2013. All Rights Reserved.