Class IndexChanges
- java.lang.Object
-
- com.google.gerrit.server.restapi.project.IndexChanges
-
- All Implemented Interfaces:
RestModifyView<ProjectResource,Input>
,RestView<ProjectResource>
public class IndexChanges extends Object implements RestModifyView<ProjectResource,Input>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response.Accepted
apply(ProjectResource resource, Input input)
Process the view operation by altering the resource.
-
-
-
Method Detail
-
apply
public Response.Accepted apply(ProjectResource resource, Input input)
Description copied from interface:RestModifyView
Process the view operation by altering the resource.- Specified by:
apply
in interfaceRestModifyView<ProjectResource,Input>
- Parameters:
resource
- resource to modify.input
- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResult
to avoid automatic conversion to JSON.
-
-