Package com.google.gerrit.server.update
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
BatchUpdate
operations that touch a change.Collection ofReceiveCommand
s 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 ofBatchUpdateOp
for 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 aRepository
for use byBatchUpdateOp
implementations.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.Status and progress of a submission.Marker on aSubmissionListener
that updates the superprojects on submission.Update superprojects after submission is doneException type thrown byBatchUpdate
steps.