Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
ShowNoteCommand |
Git.notesShow()
Return a command to show notes on an object
|
ShowNoteCommand |
ShowNoteCommand.setNotesRef(String notesRef)
Set the
Ref to read notes from. |
ShowNoteCommand |
ShowNoteCommand.setObjectId(RevObject id)
Sets the object id of object you want a note on
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.