public class BatchUpdate.RepoContext extends BatchUpdate.Context
| Constructor and Description |
|---|
BatchUpdate.RepoContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRefUpdate(org.eclipse.jgit.transport.ReceiveCommand cmd) |
org.eclipse.jgit.lib.BatchRefUpdate |
getBatchRefUpdate() |
org.eclipse.jgit.lib.ObjectInserter |
getInserter() |
org.eclipse.jgit.lib.Repository |
getRepository() |
org.eclipse.jgit.revwalk.RevWalk |
getRevWalk() |
TimeZone |
getTimeZone() |
getDb, getProject, getUser, getWhenpublic org.eclipse.jgit.lib.Repository getRepository()
throws IOException
IOExceptionpublic org.eclipse.jgit.revwalk.RevWalk getRevWalk()
throws IOException
IOExceptionpublic org.eclipse.jgit.lib.ObjectInserter getInserter()
throws IOException
IOExceptionpublic org.eclipse.jgit.lib.BatchRefUpdate getBatchRefUpdate()
throws IOException
IOExceptionpublic void addRefUpdate(org.eclipse.jgit.transport.ReceiveCommand cmd)
throws IOException
IOExceptionpublic TimeZone getTimeZone()