Class DismissToolErrorAction
- java.lang.Object
-
- jetbrains.buildServer.tools.web.actions.DismissToolErrorAction
-
- All Implemented Interfaces:
ToolInstallAction
public class DismissToolErrorAction extends Object implements ToolInstallAction
-
-
Constructor Summary
Constructors Constructor Description DismissToolErrorAction(ServerToolManager toolManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
String
getName()
-
-
-
Constructor Detail
-
DismissToolErrorAction
public DismissToolErrorAction(@NotNull ServerToolManager toolManager)
-
-
Method Detail
-
getName
@NotNull public String getName()
- Specified by:
getName
in interfaceToolInstallAction
-
act
public void act(@NotNull javax.servlet.http.HttpServletRequest request, @NotNull ActionErrors errors) throws ToolException
- Specified by:
act
in interfaceToolInstallAction
- Throws:
ToolException
-
-