Package com.google.gerrit.server.update
Class BatchUpdates
java.lang.Object
com.google.gerrit.server.update.BatchUpdates
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionexecute
(Collection<BatchUpdate> updates, com.google.common.collect.ImmutableList<BatchUpdateListener> listeners, boolean dryrun)
-
Method Details
-
execute
@CanIgnoreReturnValue public BatchUpdates.Result execute(Collection<BatchUpdate> updates, com.google.common.collect.ImmutableList<BatchUpdateListener> listeners, boolean dryrun) throws UpdateException, RestApiException - Throws:
UpdateException
RestApiException
-