public abstract static class PostReviewersOp.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<PatchSetApproval> |
addedReviewers() |
public abstract com.google.common.collect.ImmutableList<PatchSetApproval> addedReviewers()
public abstract com.google.common.collect.ImmutableList<Account.Id> addedCCs()