Class ReviewerDeletedEvent


public class ReviewerDeletedEvent extends PatchSetEvent
  • Field Details

    • TYPE

      public static final String TYPE
      See Also:
    • reviewer

      public com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> reviewer
    • remover

      public com.google.common.base.Supplier<com.google.gerrit.server.data.AccountAttribute> remover
    • approvals

      public com.google.common.base.Supplier<com.google.gerrit.server.data.ApprovalAttribute[]> approvals
    • comment

      public String comment
  • Constructor Details

    • ReviewerDeletedEvent

      public ReviewerDeletedEvent(Change change)