public class MergeOpRepoManager
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeOpRepoManager.OpenBranch |
class |
MergeOpRepoManager.OpenRepo |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchUpdate> |
batchUpdates(java.util.Collection<com.google.gerrit.reviewdb.client.Project.NameKey> projects) |
void |
close() |
MergeOpRepoManager.OpenRepo |
getRepo(com.google.gerrit.reviewdb.client.Project.NameKey project) |
RequestId |
getSubmissionId() |
MergeOpRepoManager.OpenRepo |
openRepo(com.google.gerrit.reviewdb.client.Project.NameKey project) |
public RequestId getSubmissionId()
public MergeOpRepoManager.OpenRepo getRepo(com.google.gerrit.reviewdb.client.Project.NameKey project)
public MergeOpRepoManager.OpenRepo openRepo(com.google.gerrit.reviewdb.client.Project.NameKey project) throws NoSuchProjectException, java.io.IOException
NoSuchProjectExceptionjava.io.IOExceptionpublic java.util.List<BatchUpdate> batchUpdates(java.util.Collection<com.google.gerrit.reviewdb.client.Project.NameKey> projects)
public void close()
close in interface java.lang.AutoCloseable