public class AddNoteCommand extends GitCommand<Note>
repo
Modifier | Constructor and Description |
---|---|
protected |
AddNoteCommand(Repository repo) |
Modifier and Type | Method and Description |
---|---|
Note |
call()
Executes the command
|
AddNoteCommand |
setMessage(String message) |
AddNoteCommand |
setNotesRef(String notesRef) |
AddNoteCommand |
setObjectId(RevObject id)
Sets the object id of object you want a note on.
|
checkCallable, getRepository, setCallable
protected AddNoteCommand(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 AddNoteCommand setObjectId(RevObject id)
id
- this
public AddNoteCommand setMessage(String message)
message
- the notes message used when adding a notethis
public AddNoteCommand 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 © 2017 Eclipse JGit Project. All rights reserved.