public class TestSubmitRule extends Object implements RestModifyView<RevisionResource,TestSubmitRuleInput>
| Modifier and Type | Method and Description |
|---|---|
List<com.google.gerrit.server.change.TestSubmitRule.Record> |
apply(RevisionResource rsrc,
TestSubmitRuleInput input)
Process the view operation by altering the resource.
|
public List<com.google.gerrit.server.change.TestSubmitRule.Record> apply(RevisionResource rsrc, TestSubmitRuleInput input) throws AuthException, com.google.gwtorm.server.OrmException
RestModifyViewapply 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