Interface | Description |
---|---|
BatchUpdateListener |
Interface for listening during batch update execution.
|
BatchUpdateOp |
Interface for
BatchUpdate operations that touch a change. |
ChangeContext |
Context for performing the
BatchUpdateOp.updateChange(com.google.gerrit.server.update.ChangeContext) phase. |
Context |
Context for performing a
BatchUpdate . |
InsertChangeOp |
Specialization of
BatchUpdateOp for creating changes. |
RepoContext |
Context for performing the
RepoOnlyOp.updateRepo(com.google.gerrit.server.update.RepoContext) phase. |
RepoOnlyOp |
Base interface for operations performed as part of a
BatchUpdate . |
Class | Description |
---|---|
BatchUpdate |
Helper for a set of updates that should be applied for a site.
|
BatchUpdate.Factory | |
BatchUpdateReviewDb | |
ChainedReceiveCommands |
Collection of
ReceiveCommand s that supports multiple updates per ref. |
Enum | Description |
---|---|
Order |
Order of execution of the various phases of a
BatchUpdate . |
Exception | Description |
---|---|
UpdateException |
Exception type thrown by
BatchUpdate steps. |
Annotation Type | Description |
---|---|
ChangeUpdateExecutor |
Marker on the global
ListeningExecutorService used by ReceiveCommits to create or
replace changes. |