Uses of Class
jetbrains.buildServer.controllers.ActionErrors.Error
-
Packages that use ActionErrors.Error Package Description jetbrains.buildServer.controllers jetbrains.buildServer.serverSide.validation -
-
Uses of ActionErrors.Error in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return ActionErrors.Error Modifier and Type Method Description ActionErrors.Error
ActionErrors. findErrorById(String id)
Searches for an error by specified idMethods in jetbrains.buildServer.controllers that return types with arguments of type ActionErrors.Error Modifier and Type Method Description List<ActionErrors.Error>
ActionErrors. getErrors()
Returns list of errors containing in this errors storage. -
Uses of ActionErrors.Error in jetbrains.buildServer.serverSide.validation
Methods in jetbrains.buildServer.serverSide.validation that return types with arguments of type ActionErrors.Error Modifier and Type Method Description List<ActionErrors.Error>
TestConnectionResult. getErrors()
-