public class ShowNoteCommand extends GitCommand<Note>
repo
Modifier | Constructor and Description |
---|---|
protected |
ShowNoteCommand(Repository repo) |
Modifier and Type | Method and Description |
---|---|
Note |
call()
Executes the command
|
ShowNoteCommand |
setNotesRef(String notesRef) |
ShowNoteCommand |
setObjectId(RevObject id)
Sets the object id of object you want a note on
|
checkCallable, getRepository, setCallable
protected ShowNoteCommand(Repository repo)
repo
- public Note call() throws GitAPIException
GitCommand
call
in interface Callable<Note>
call
in class GitCommand<Note>
GitAPIException
- or subclass thereof when an error occurspublic ShowNoteCommand setObjectId(RevObject id)
id
- this
public ShowNoteCommand setNotesRef(String notesRef)
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 © 2018 Eclipse JGit Project. All rights reserved.