public class ShowNoteCommand extends GitCommand<Note>
repo
Modifier | Constructor and Description |
---|---|
protected |
ShowNoteCommand(Repository repo)
Constructor for ShowNoteCommand.
|
Modifier and Type | Method and Description |
---|---|
Note |
call() |
ShowNoteCommand |
setNotesRef(String notesRef)
Set the
Ref to read notes from. |
ShowNoteCommand |
setObjectId(RevObject id)
Sets the object id of object you want a note on
|
checkCallable, getRepository, setCallable
protected ShowNoteCommand(Repository repo)
repo
- the Repository
public Note call() throws GitAPIException
Execute the command
call
in interface Callable<Note>
call
in class GitCommand<Note>
GitAPIException
public ShowNoteCommand setObjectId(RevObject id)
id
- the RevObject
to show notes
for.this
public ShowNoteCommand setNotesRef(String notesRef)
Ref
to read notes from.notesRef
- the ref to read notes from. Note, the default value of
Constants.R_NOTES_COMMITS
will be
used if nothing is setthis
Constants.R_NOTES_COMMITS
Copyright © 2019 Eclipse JGit Project. All rights reserved.