Package com.google.gerrit.server.change
Class PostReviewersOp.Result
- java.lang.Object
-
- com.google.gerrit.server.change.PostReviewersOp.Result
-
- Enclosing class:
- PostReviewersOp
public abstract static class PostReviewersOp.Result extends Object
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract com.google.common.collect.ImmutableList<Account.Id>
addedCCs()
abstract com.google.common.collect.ImmutableList<PatchSetApproval>
addedReviewers()
-
-
-
Method Detail
-
addedReviewers
public abstract com.google.common.collect.ImmutableList<PatchSetApproval> addedReviewers()
-
addedCCs
public abstract com.google.common.collect.ImmutableList<Account.Id> addedCCs()
-
-