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