Class GetRunningBuildsAction
- java.lang.Object
-
- jetbrains.buildServer.controllers.actions.OneParamAction
-
- jetbrains.buildServer.controllers.obsolete.GetRunningBuildsAction
-
- All Implemented Interfaces:
ControllerAction
public class GetRunningBuildsAction extends OneParamAction
-
-
Constructor Summary
Constructors Constructor Description GetRunningBuildsAction(AjaxController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doProcess(String value, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse)
-
Methods inherited from class jetbrains.buildServer.controllers.actions.OneParamAction
canProcess, isValueGood, process, toString
-
-
-
-
Constructor Detail
-
GetRunningBuildsAction
public GetRunningBuildsAction(@NotNull AjaxController controller)
-
-
Method Detail
-
doProcess
protected void doProcess(@NotNull String value, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull javax.servlet.http.HttpServletResponse response, @Nullable org.jdom.Element ajaxResponse)
- Specified by:
doProcess
in classOneParamAction
-
-