org.eclipse.jgit.api
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:
- Git documentation about Notes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListNotesCommand
protected ListNotesCommand(Repository repo)
- Parameters:
repo
-
call
public List<Note> call()
throws JGitInternalException
- Throws:
JGitInternalException
- upon internal failure
setNotesRef
public ListNotesCommand setNotesRef(String notesRef)
- Parameters:
notesRef
- the ref to read notes from. Note, the default value of
Constants.R_NOTES_COMMITS
will be used if nothing is
set
- Returns:
this
- See Also:
Constants.R_NOTES_COMMITS
Copyright © 2011. All Rights Reserved.