public class TestSubmitRule extends java.lang.Object implements RestModifyView<RevisionResource,TestSubmitRuleInput>
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gerrit.server.change.TestSubmitRule.Record> |
apply(RevisionResource rsrc,
TestSubmitRuleInput input)
Process the view operation by altering the resource.
|
public java.util.List<com.google.gerrit.server.change.TestSubmitRule.Record> apply(RevisionResource rsrc, TestSubmitRuleInput input) throws AuthException, com.google.gwtorm.server.OrmException
RestModifyView
apply
in interface RestModifyView<RevisionResource,TestSubmitRuleInput>
rsrc
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.com.google.gwtorm.server.OrmException