public abstract static class AddReviewersOp.Result
extends java.lang.Object
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableList<Account.Id> |
addedCCs() |
abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> |
addedCCsByEmail() |
abstract com.google.common.collect.ImmutableList<PatchSetApproval> |
addedReviewers() |
abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> |
addedReviewersByEmail() |
public abstract com.google.common.collect.ImmutableList<PatchSetApproval> addedReviewers()
public abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> addedReviewersByEmail()
public abstract com.google.common.collect.ImmutableList<Account.Id> addedCCs()
public abstract com.google.common.collect.ImmutableList<com.google.gerrit.mail.Address> addedCCsByEmail()