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