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