public static interface VersionedMetaData.BatchMetaDataUpdate
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.eclipse.jgit.revwalk.RevCommit |
commit() |
org.eclipse.jgit.revwalk.RevCommit |
commitAt(org.eclipse.jgit.lib.ObjectId revision) |
org.eclipse.jgit.revwalk.RevCommit |
createRef(String refName) |
void |
removeRef(String refName) |
void |
write(org.eclipse.jgit.lib.CommitBuilder commit) |
void |
write(VersionedMetaData config,
org.eclipse.jgit.lib.CommitBuilder commit) |
void write(org.eclipse.jgit.lib.CommitBuilder commit)
throws IOException
IOExceptionvoid write(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) throws IOException
IOExceptionorg.eclipse.jgit.revwalk.RevCommit createRef(String refName) throws IOException
IOExceptionvoid removeRef(String refName) throws IOException
IOExceptionorg.eclipse.jgit.revwalk.RevCommit commit()
throws IOException
IOExceptionorg.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision)
throws IOException
IOExceptionvoid close()