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() |
java.util.TimeZone |
getTimeZone() |
getDb, getProject, getUser, getWhen
public org.eclipse.jgit.lib.Repository getRepository() throws java.io.IOException
java.io.IOException
public org.eclipse.jgit.revwalk.RevWalk getRevWalk() throws java.io.IOException
java.io.IOException
public org.eclipse.jgit.lib.ObjectInserter getInserter() throws java.io.IOException
java.io.IOException
public org.eclipse.jgit.lib.BatchRefUpdate getBatchRefUpdate() throws java.io.IOException
java.io.IOException
public void addRefUpdate(org.eclipse.jgit.transport.ReceiveCommand cmd) throws java.io.IOException
java.io.IOException
public java.util.TimeZone getTimeZone()