Class CreateDraftComment
- java.lang.Object
- 
- com.google.gerrit.server.update.RetryingRestModifyView<RevisionResource,DraftInput,CommentInfo>
- 
- com.google.gerrit.server.restapi.change.CreateDraftComment
 
 
- 
- All Implemented Interfaces:
- RestModifyView<RevisionResource,DraftInput>,- RestView<RevisionResource>
 
 public class CreateDraftComment extends RetryingRestModifyView<RevisionResource,DraftInput,CommentInfo> 
- 
- 
Method SummaryAll 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.RetryingRestModifyViewapply
 
- 
 
- 
- 
- 
Method Detail- 
applyImplprotected Response<CommentInfo> applyImpl(BatchUpdate.Factory updateFactory, RevisionResource rsrc, DraftInput in) throws RestApiException, UpdateException, PermissionBackendException - Specified by:
- applyImplin class- RetryingRestModifyView<RevisionResource,DraftInput,CommentInfo>
- Throws:
- RestApiException
- UpdateException
- PermissionBackendException
 
 
- 
 
-