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