Class PublishChangeEdit
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<ChangeResource,PublishChangeEditInput,Object>
-
- com.google.gerrit.server.restapi.change.PublishChangeEdit
-
- All Implemented Interfaces:
RestModifyView<ChangeResource,PublishChangeEditInput>
,RestView<ChangeResource>
public class PublishChangeEdit extends RetryingRestModifyView<ChangeResource,PublishChangeEditInput,Object>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<Object>
applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, PublishChangeEditInput in)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<Object> applyImpl(BatchUpdate.Factory updateFactory, ChangeResource rsrc, PublishChangeEditInput in) throws IOException, RestApiException, UpdateException, org.eclipse.jgit.errors.ConfigInvalidException, NoSuchProjectException
- Specified by:
applyImpl
in classRetryingRestModifyView<ChangeResource,PublishChangeEditInput,Object>
- Throws:
IOException
RestApiException
UpdateException
org.eclipse.jgit.errors.ConfigInvalidException
NoSuchProjectException
-
-