Uses of Class
org.eclipse.jgit.api.AddNoteCommand

Packages that use AddNoteCommand
org.eclipse.jgit.api   
 

Uses of AddNoteCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return AddNoteCommand
 AddNoteCommand Git.notesAdd()
          Returns a command to add notes to an object
 AddNoteCommand AddNoteCommand.setMessage(String message)
           
 AddNoteCommand AddNoteCommand.setNotesRef(String notesRef)
           
 AddNoteCommand AddNoteCommand.setObjectId(RevObject id)
          Sets the object id of object you want a note on.
 



Copyright © 2012. All Rights Reserved.