Class InstallSecurityPluginAction
- java.lang.Object
-
- jetbrains.buildServer.controllers.autoUpdate.InstallSecurityPluginAction
-
- All Implemented Interfaces:
ControllerAction
public class InstallSecurityPluginAction extends Object implements ControllerAction
-
-
Constructor Summary
Constructors Constructor Description InstallSecurityPluginAction(PluginsUpdater pluginsUpdater, PluginsProvider pluginsProvider, PluginsRepository pluginsRepository, ModifiedPlugins modifiedPlugins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanProcess(javax.servlet.http.HttpServletRequest request)Returns true if specified request can be processed by this action.voidprocess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.jdom.Element ajaxResponse)Run this action.
-
-
-
Field Detail
-
PARAM
public static final String PARAM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InstallSecurityPluginAction
public InstallSecurityPluginAction(@NotNull PluginsUpdater pluginsUpdater, @NotNull PluginsProvider pluginsProvider, @NotNull PluginsRepository pluginsRepository, @NotNull ModifiedPlugins modifiedPlugins)
-
-
Method Detail
-
canProcess
public boolean canProcess(@NotNull javax.servlet.http.HttpServletRequest request)Description copied from interface:ControllerActionReturns true if specified request can be processed by this action.- Specified by:
canProcessin interfaceControllerAction- Parameters:
request- request- Returns:
- true, if this action can process given request
-
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:ControllerActionRun this action.- Specified by:
processin interfaceControllerAction- Parameters:
request- requestresponse- responseajaxResponse- response if action is called by an AJAX request
-
-