Class ListNotesCommand

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

public class ListNotesCommand extends GitCommand<List<Note>>
List object notes.
See Also: