Package com.google.gerrit.server.update
@CheckReturnValue
package com.google.gerrit.server.update
-
ClassDescriptionHelper for a set of change updates that should be applied to the NoteDb database.Interface for listening during batch update execution.Interface for
BatchUpdateoperations that touch a change.Runs execute methods of a collection ofBatchUpdates calling listeners when appropriate.Collection ofReceiveCommands that supports multiple updates per ref.Context for performing theBatchUpdateOp.updateChange(com.google.gerrit.server.update.ChangeContext)phase.Thrown when comment validation rejected a comment, preventing it from being published.Context for performing aBatchUpdate.Specialization ofBatchUpdateOpfor creating changes.Context for performing theRepoOnlyOp.postUpdate(com.google.gerrit.server.update.PostUpdateContext)phase.Context for performing theRepoOnlyOp.updateRepo(com.google.gerrit.server.update.RepoContext)phase.Base interface for operations performed as part of aBatchUpdate.Restricted view of aRepositoryfor use byBatchUpdateOpimplementations.An action that is executed with retrying.Type of an retryable action.A change action that is executed with retrying.An action to query an index that is executed with retrying.Options for retrying a single operation.Wrapper class for calling BatchUpdates.execute() that manages calls to submission listeners.Status and progress of a submission.Marker on aSubmissionListenerthat updates the superprojects on submission.Update superprojects after submission is doneException type thrown byBatchUpdatesteps.