Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
AddNoteCommand |
Git.notesAdd()
Returns a command to add notes to an object
|
AddNoteCommand |
AddNoteCommand.setMessage(java.lang.String message) |
AddNoteCommand |
AddNoteCommand.setNotesRef(java.lang.String notesRef) |
AddNoteCommand |
AddNoteCommand.setObjectId(RevObject id)
Sets the object id of object you want a note on.
|
Copyright © 2012. All Rights Reserved.