|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.api.GitCommand<Note>
org.eclipse.jgit.api.RemoveNoteCommand
public class RemoveNoteCommand
Remove object notes.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jgit.api.GitCommand |
|---|
repo |
| Constructor Summary | |
|---|---|
protected |
RemoveNoteCommand(Repository repo)
|
| Method Summary | |
|---|---|
Note |
call()
|
RemoveNoteCommand |
setNotesRef(java.lang.String notesRef)
|
RemoveNoteCommand |
setObjectId(RevObject id)
Sets the object id of object you want to remove a note |
| Methods inherited from class org.eclipse.jgit.api.GitCommand |
|---|
checkCallable, getRepository, setCallable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RemoveNoteCommand(Repository repo)
repo - | Method Detail |
|---|
public Note call()
throws JGitInternalException
JGitInternalException - upon internal failurepublic RemoveNoteCommand setObjectId(RevObject id)
id -
thispublic RemoveNoteCommand setNotesRef(java.lang.String notesRef)
notesRef - the ref to read notes from. Note, the default value of
Constants.R_NOTES_COMMITS will be used if nothing is
set
thisConstants.R_NOTES_COMMITS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||