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