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
IOException
void write(VersionedMetaData config, org.eclipse.jgit.lib.CommitBuilder commit) throws IOException
IOException
org.eclipse.jgit.revwalk.RevCommit createRef(String refName) throws IOException
IOException
void removeRef(String refName) throws IOException
IOException
org.eclipse.jgit.revwalk.RevCommit commit() throws IOException
IOException
org.eclipse.jgit.revwalk.RevCommit commitAt(org.eclipse.jgit.lib.ObjectId revision) throws IOException
IOException
void close()