public class AddNoteCommand extends GitCommand<Note>
repo| Modifier | Constructor and Description |
|---|---|
protected |
AddNoteCommand(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
Note |
call() |
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, setCallableprotected AddNoteCommand(Repository repo)
repo - public Note call() throws JGitInternalException
JGitInternalException - upon internal failurepublic AddNoteCommand setObjectId(RevObject id)
id - thispublic AddNoteCommand setMessage(String message)
message - the notes message used when adding a notethispublic 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
setthisConstants.R_NOTES_COMMITSCopyright © 2012. All Rights Reserved.