Interface ChangeContext

All Superinterfaces:
Context

public interface ChangeContext extends Context
Context for performing the BatchUpdateOp.updateChange(com.google.gerrit.server.update.ChangeContext) phase.

A single ChangeContext corresponds to updating a single change; if a BatchUpdate spans multiple changes, then multiple ChangeContext instances will be created.