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.Acceptedapply(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:RestModifyViewProcess the view operation by altering the resource.- Specified by:
applyin interfaceRestModifyView<ProjectResource,Input>- Parameters:
resource- resource to modify.input- input after parsing from request.- Returns:
- result to return to the client. Use
BinaryResultto avoid automatic conversion to JSON.
-
-