Class DeleteChangeMessage.DefaultDeleteChangeMessage
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<ChangeMessageResource,Input,ChangeMessageInfo>
-
- com.google.gerrit.server.restapi.change.DeleteChangeMessage.DefaultDeleteChangeMessage
-
- All Implemented Interfaces:
RestModifyView<ChangeMessageResource,Input>
,RestView<ChangeMessageResource>
- Enclosing class:
- DeleteChangeMessage
public static class DeleteChangeMessage.DefaultDeleteChangeMessage extends RetryingRestModifyView<ChangeMessageResource,Input,ChangeMessageInfo>
-
-
Constructor Summary
Constructors Constructor Description DefaultDeleteChangeMessage(DeleteChangeMessage deleteChangeMessage, RetryHelper retryHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<ChangeMessageInfo>
applyImpl(BatchUpdate.Factory updateFactory, ChangeMessageResource resource, Input input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Constructor Detail
-
DefaultDeleteChangeMessage
@Inject public DefaultDeleteChangeMessage(DeleteChangeMessage deleteChangeMessage, RetryHelper retryHelper)
-
-
Method Detail
-
applyImpl
protected Response<ChangeMessageInfo> applyImpl(BatchUpdate.Factory updateFactory, ChangeMessageResource resource, Input input) throws Exception
- Specified by:
applyImpl
in classRetryingRestModifyView<ChangeMessageResource,Input,ChangeMessageInfo>
- Throws:
Exception
-
-