public class ReceiveCommits extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ReceiveCommits.MessageSender |
Modifier and Type | Field and Description |
---|---|
static Pattern |
NEW_PATCHSET |
Modifier and Type | Method and Description |
---|---|
void |
addExtraCC(Collection<Account.Id> who)
Add reviewers for new (or updated) changes.
|
void |
addReviewers(Collection<Account.Id> who)
Add reviewers for new (or updated) changes.
|
Capable |
canUpload()
Determine if the user can upload commits.
|
com.google.common.collect.ListMultimap<String,String> |
getPushOptions()
Gets an unmodifiable view of the pushOptions.
|
org.eclipse.jgit.transport.ReceivePack |
getReceivePack() |
void |
init() |
void |
setMessageSender(ReceiveCommits.MessageSender ms)
Set a message sender for this operation.
|
public static final Pattern NEW_PATCHSET
public void init()
public void addReviewers(Collection<Account.Id> who)
public void addExtraCC(Collection<Account.Id> who)
public void setMessageSender(ReceiveCommits.MessageSender ms)
public org.eclipse.jgit.transport.ReceivePack getReceivePack()
public Capable canUpload()