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