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