Class AddReviewersOp.Result

    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • addedReviewers

        public abstract com.google.common.collect.ImmutableList<PatchSetApproval> addedReviewers()
      • addedReviewersByEmail

        public abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> addedReviewersByEmail()
      • addedCCs

        public abstract com.google.common.collect.ImmutableList<Account.Id> addedCCs()
      • addedCCsByEmail

        public abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> addedCCsByEmail()