Class EditChartController.ReorderChartsAction
- java.lang.Object
-
- jetbrains.buildServer.controllers.EditChartController.ManageXmlAction
-
- jetbrains.buildServer.controllers.EditChartController.ReorderChartsAction
-
- All Implemented Interfaces:
ControllerAction
- Enclosing class:
- EditChartController
public static class EditChartController.ReorderChartsAction extends EditChartController.ManageXmlAction
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.EditChartController.ManageXmlAction
myActionName, myManager, mySecurityContext
-
-
Constructor Summary
Constructors Constructor Description ReorderChartsAction(ProjectManager manager, ChartProviderRegistry registry, SecurityContext securityContext, ConfigActionFactory actionFactory, UIConfigsPersister persister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse)
Run this action.-
Methods inherited from class jetbrains.buildServer.controllers.EditChartController.ManageXmlAction
canProcess, getProject
-
-
-
-
Constructor Detail
-
ReorderChartsAction
public ReorderChartsAction(@NotNull ProjectManager manager, @NotNull ChartProviderRegistry registry, @NotNull SecurityContext securityContext, @NotNull ConfigActionFactory actionFactory, @NotNull UIConfigsPersister persister)
-
-
Method Detail
-
process
public void process(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull javax.servlet.http.HttpServletResponse response, @Nullable org.jdom.Element ajaxResponse)
Description copied from interface:ControllerAction
Run this action.- Parameters:
request
- requestresponse
- responseajaxResponse
- response if action is called by an AJAX request
-
-