Interface VersionedMetaData.BatchMetaDataUpdate
- All Superinterfaces:
AutoCloseable
- Enclosing class:
- VersionedMetaData
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.eclipse.jgit.revwalk.RevCommitcommit()org.eclipse.jgit.revwalk.RevCommitcommitAt(org.eclipse.jgit.lib.ObjectId revision) org.eclipse.jgit.revwalk.RevCommitvoidwrite(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) voidwrite(org.eclipse.jgit.lib.CommitBuilder commit)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
createRef
- Throws:
IOException
-
commit
- Throws:
IOException
-
commitAt
org.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision) throws IOException - Throws:
IOException
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-