Package com.google.gerrit.server.update
Class BatchUpdate.Factory
- java.lang.Object
- 
- com.google.gerrit.server.update.BatchUpdate.Factory
 
- 
- Enclosing class:
- BatchUpdate
 
 public static class BatchUpdate.Factory extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchUpdatecreate(ReviewDb db, Project.NameKey project, CurrentUser user, Timestamp when)voidexecute(Collection<BatchUpdate> updates, BatchUpdateListener listener, RequestId requestId, boolean dryRun)
 
- 
- 
- 
Method Detail- 
createpublic BatchUpdate create(ReviewDb db, Project.NameKey project, CurrentUser user, Timestamp when) 
 - 
executepublic void execute(Collection<BatchUpdate> updates, BatchUpdateListener listener, RequestId requestId, boolean dryRun) throws UpdateException, RestApiException - Throws:
- UpdateException
- RestApiException
 
 
- 
 
-