Interface VersionedMetaData.BatchMetaDataUpdate
- All Superinterfaces:
AutoCloseable
- Enclosing class:
- VersionedMetaData
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
org.eclipse.jgit.revwalk.RevCommit
commit()
org.eclipse.jgit.revwalk.RevCommit
commitAt
(org.eclipse.jgit.lib.ObjectId revision) org.eclipse.jgit.revwalk.RevCommit
void
write
(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) void
write
(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:
close
in interfaceAutoCloseable
-