Package com.google.gerrit.server.change
Class ReviewerModifier.ReviewerModificationList
- java.lang.Object
-
- com.google.gerrit.server.change.ReviewerModifier.ReviewerModificationList
-
- Enclosing class:
- ReviewerModifier
public static class ReviewerModifier.ReviewerModificationList extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.common.collect.ImmutableSet<T>
flattenResults(Function<ReviewerOp.Result,? extends Collection<T>> func)
com.google.common.collect.ImmutableList<ReviewerModifier.ReviewerModification>
getFailures()
void
postUpdate(PostUpdateContext ctx)
void
updateChange(ChangeContext ctx, PatchSet patchSet)
-
-
-
Method Detail
-
getFailures
public com.google.common.collect.ImmutableList<ReviewerModifier.ReviewerModification> getFailures()
-
updateChange
public void updateChange(ChangeContext ctx, PatchSet patchSet) throws RestApiException, IOException, PermissionBackendException
-
postUpdate
public void postUpdate(PostUpdateContext ctx) throws Exception
- Throws:
Exception
-
flattenResults
public <T> com.google.common.collect.ImmutableSet<T> flattenResults(Function<ReviewerOp.Result,? extends Collection<T>> func)
-
-