Uses of Class
jetbrains.buildServer.controllers.BuildNotFoundException
-
Packages that use BuildNotFoundException Package Description jetbrains.buildServer.controllers.changes jetbrains.buildServer.web.util -
-
Uses of BuildNotFoundException in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that throw BuildNotFoundException Modifier and Type Method Description static BuildPromotion
ChangesPopupUtil. getPromotion(javax.servlet.http.HttpServletRequest request, SBuildServer server, BuildPromotionManager promoManager)
-
Uses of BuildNotFoundException in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util that throw BuildNotFoundException Modifier and Type Method Description SBuild
BuildLookupService. findBuild(String buildTypeId, String buildIdFilter, String buildNumber, String buildTag, String buildBranch, javax.servlet.http.HttpServletRequest request)
Finds build information for given set of web parameters.SBuild
BuildLookupService. findBuild(javax.servlet.http.HttpServletRequest request)
Finds build information for given request, using parameters buildTypeId, buildId, buildNumber.
-