Class DeleteReviewerByEmailOp

java.lang.Object
com.google.gerrit.server.change.ReviewerOp
com.google.gerrit.server.change.DeleteReviewerByEmailOp
All Implemented Interfaces:
BatchUpdateOp, RepoOnlyOp

public class DeleteReviewerByEmailOp extends ReviewerOp
  • Method Details

    • updateChange

      public boolean updateChange(ChangeContext ctx)
      Description copied from interface: BatchUpdateOp
      Override this method to modify a change.
      Specified by:
      updateChange in interface BatchUpdateOp
      Overrides:
      updateChange in class ReviewerOp
      Parameters:
      ctx - context
      Returns:
      whether anything was changed that might require a write to the metadata storage.
    • postUpdate

      public void postUpdate(PostUpdateContext ctx)
      Description copied from interface: RepoOnlyOp
      Override this method to do something after the update e.g. send email or run hooks
      Parameters:
      ctx - context