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