Class DeleteDraftComment
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<DraftCommentResource,Input,Response<CommentInfo>>
-
- com.google.gerrit.server.restapi.change.DeleteDraftComment
-
- All Implemented Interfaces:
RestModifyView<DraftCommentResource,Input>,RestView<DraftCommentResource>
public class DeleteDraftComment extends RetryingRestModifyView<DraftCommentResource,Input,Response<CommentInfo>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<CommentInfo>applyImpl(BatchUpdate.Factory updateFactory, DraftCommentResource rsrc, Input input)-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<CommentInfo> applyImpl(BatchUpdate.Factory updateFactory, DraftCommentResource rsrc, Input input) throws RestApiException, UpdateException
- Specified by:
applyImplin classRetryingRestModifyView<DraftCommentResource,Input,Response<CommentInfo>>- Throws:
RestApiExceptionUpdateException
-
-