Class AddNoteCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Note>
org.eclipse.jgit.api.AddNoteCommand
All Implemented Interfaces:
Callable<Note>

public class AddNoteCommand extends GitCommand<Note>
Add object notes.
See Also: