public class PutTopic extends java.lang.Object implements com.google.gerrit.extensions.restapi.RestModifyView<ChangeResource,PutTopic.Input>, com.google.gerrit.extensions.webui.UiAction<ChangeResource>
Modifier and Type | Class and Description |
---|---|
static class |
PutTopic.Input |
Modifier and Type | Method and Description |
---|---|
com.google.gerrit.extensions.restapi.Response<java.lang.String> |
apply(ChangeResource req,
PutTopic.Input input) |
com.google.gerrit.extensions.webui.UiAction.Description |
getDescription(ChangeResource resource) |
public com.google.gerrit.extensions.restapi.Response<java.lang.String> apply(ChangeResource req, PutTopic.Input input) throws com.google.gerrit.extensions.restapi.AuthException, com.google.gwtorm.server.OrmException, java.io.IOException
apply
in interface com.google.gerrit.extensions.restapi.RestModifyView<ChangeResource,PutTopic.Input>
com.google.gerrit.extensions.restapi.AuthException
com.google.gwtorm.server.OrmException
java.io.IOException
public com.google.gerrit.extensions.webui.UiAction.Description getDescription(ChangeResource resource)
getDescription
in interface com.google.gerrit.extensions.webui.UiAction<ChangeResource>