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