Class ChangeEdits.DeleteContent

java.lang.Object
com.google.gerrit.server.restapi.change.ChangeEdits.DeleteContent
All Implemented Interfaces:
RestModifyView<ChangeEditResource,Input>, RestView<ChangeEditResource>
Enclosing class:
ChangeEdits

public static class ChangeEdits.DeleteContent extends Object implements RestModifyView<ChangeEditResource,Input>
Handler to delete a file.

This deletes the file from the repository completely. This is not the same as reverting or restoring a file to its previous contents.