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 BuildPromotionChangesPopupUtil. 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 SBuildBuildLookupService. 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.SBuildBuildLookupService. findBuild(javax.servlet.http.HttpServletRequest request)Finds build information for given request, using parameters buildTypeId, buildId, buildNumber.
-