public class AsyncReceiveCommits extends Object implements org.eclipse.jgit.transport.PreReceiveHook
ReceiveCommits in a worker thread.| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
AsyncReceiveCommits.Factory  | 
static class  | 
AsyncReceiveCommits.Module  | 
| Modifier and Type | Method and Description | 
|---|---|
ReceiveCommits | 
getReceiveCommits()  | 
void | 
onPreReceive(org.eclipse.jgit.transport.ReceivePack rp,
            Collection<org.eclipse.jgit.transport.ReceiveCommand> commands)  | 
public void onPreReceive(org.eclipse.jgit.transport.ReceivePack rp,
                Collection<org.eclipse.jgit.transport.ReceiveCommand> commands)
onPreReceive in interface org.eclipse.jgit.transport.PreReceiveHookpublic ReceiveCommits getReceiveCommits()