Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
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 © 2016 Eclipse JGit Project. All rights reserved.