Uses of Interface
jetbrains.buildServer.serverSide.problems.BuildProblem
-
-
Uses of BuildProblem in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>MockBuildPromotion. getBuildChainProblems(boolean omitInduced)List<BuildProblem>MockBuildPromotion. getBuildProblems()Collection<BuildProblem>MockBuildPromotion. getUnsortedBuildProblems() -
Uses of BuildProblem in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>ChangeDetails. getCompilationErrors()Constructor parameters in jetbrains.buildServer.controllers.changes with type arguments of type BuildProblem Constructor Description ChangeDetails(FailedTestsBean test, Map<SBuildType,SBuild> firstBuilds, Set<VcsRootInstance> vcsRootInstances, List<BuildProblem> allProblems, int changedFilesCount, boolean problemCritical) -
Uses of BuildProblem in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>RequestBuildProblemFinder. get(javax.servlet.http.HttpServletRequest request) -
Uses of BuildProblem in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>BuildPromotionEx. getBuildChainProblems(boolean omitInduced)If omitInduced is false, simply traverses all of the dependencies of this promotion and returns collection of all build problems (including this promotion own problems).List<BuildProblem>BuildEx. getBuildProblems()Returns all build problems for this promotion with extended information about muting This method can perform rather slow as it reloads build problems from database and fills mute info from audit (reads database as well) If you don't need mute info try usingSBuild.getFailureReasons()List<BuildProblem>BuildPromotionEx. getBuildProblems()Returns all build problems for this promotion with extended information about muting.List<BuildProblem>CurrentProblems. getBuildProblems()Returns current build problemsCollection<BuildProblem>BuildPromotionEx. getUnsortedBuildProblems()Same asBuildPromotionEx.getBuildProblems()but returns problems in any order and can work faster because of that. -
Uses of BuildProblem in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type BuildProblem Modifier and Type Method Description ResponsibilityEntryAssertSBuildServerAssert. hasResponsibilityFor(BuildProblem problem, SProject project)static BuildProblemAssertServerAsserts. then(BuildProblem problem)Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type BuildProblem Constructor Description BuildProblemAssert(BuildProblem actual) -
Uses of BuildProblem in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return BuildProblem Modifier and Type Method Description protected BuildProblemBaseServerTestCase. findBuildProblem(String problemIdentity, SBuild build)Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>BuildPromotionImpl. getBuildChainProblems(boolean omitInduced)List<BuildProblem>DummyBuildPromotion. getBuildChainProblems(boolean omitInduced)List<BuildProblem>BaseBuild. getBuildProblems()List<BuildProblem>BuildPromotionImpl. getBuildProblems()List<BuildProblem>BuildPromotionProblems. getBuildProblems(boolean sorted)List<BuildProblem>DummyBuildPromotion. getBuildProblems()List<BuildProblem>RunningBuildWrapper. getBuildProblems()Collection<BuildProblem>BuildPromotionImpl. getUnsortedBuildProblems()Collection<BuildProblem>DummyBuildPromotion. getUnsortedBuildProblems()List<BuildProblem>BuildProblemOrderingService. sort(List<BuildProblem> problems, BuildPromotion promotion)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>BuildProblemOrderingService. sort(List<BuildProblem> problems, BuildPromotion promotion) -
Uses of BuildProblem in jetbrains.buildServer.serverSide.impl.problems
Classes in jetbrains.buildServer.serverSide.impl.problems that implement BuildProblem Modifier and Type Class Description classBuildProblemImplContains build problem details with extended information about mutingMethods in jetbrains.buildServer.serverSide.impl.problems that return BuildProblem Modifier and Type Method Description BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data)BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted)BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)BuildProblemCurrentBuildProblemImpl. getLatestBuildProblem()Methods in jetbrains.buildServer.serverSide.impl.problems that return types with arguments of type BuildProblem Modifier and Type Method Description static List<BuildProblem>BuildProblemImpl. fillIsNew(BuildPromotion problemsOwner, List<BuildProblem> buildProblems)Collection<BuildProblem>LastBuildProblemsFinder. find(Set<Integer> buildProblemIds, SProject project, boolean isForDefaultBranchesOnly)See javadoc for the class aboveList<BuildProblem>BuildProblemManagerImpl. getCurrentBuildProblemsList(SProject project)Map<SBuildType,BuildProblem>CurrentBuildProblemImpl. getInstances()Collection<BuildProblem>BuildProblemManagerImpl. getLastBuildProblems(Set<Integer> buildProblemIds, SProject project, boolean isForDefaultBranchOnly)Method parameters in jetbrains.buildServer.serverSide.impl.problems with type arguments of type BuildProblem Modifier and Type Method Description static List<BuildProblem>BuildProblemImpl. fillIsNew(BuildPromotion problemsOwner, List<BuildProblem> buildProblems)Constructor parameters in jetbrains.buildServer.serverSide.impl.problems with type arguments of type BuildProblem Constructor Description CurrentBuildProblemImpl(List<BuildProblem> instances) -
Uses of BuildProblem in jetbrains.buildServer.serverSide.problems
Methods in jetbrains.buildServer.serverSide.problems that return BuildProblem Modifier and Type Method Description BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data)BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted)BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)BuildProblemCurrentBuildProblem. getLatestBuildProblem()Returns latest occurrence of this build problemMethods in jetbrains.buildServer.serverSide.problems that return types with arguments of type BuildProblem Modifier and Type Method Description List<BuildProblem>BuildProblemManager. getCurrentBuildProblemsList(SProject project)Returns all current build problems in the specified project and it's subprojectsMap<SBuildType,BuildProblem>CurrentBuildProblem. getInstances()Returns occurrences of this build problem in different build typesCollection<BuildProblem>BuildProblemManager. getLastBuildProblems(Set<Integer> buildProblemIds, SProject project, boolean onlyForDefaultBranch)Returns last occurences of the specified build problems in all project's and it's subprojects' build types. -
Uses of BuildProblem in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return BuildProblem Modifier and Type Method Description BuildProblemBuildProblemCompilationBlockBean. getCompileErrorBuildProblem()Methods in jetbrains.buildServer.serverSide.stat with parameters of type BuildProblem Modifier and Type Method Description List<CompilationBlockBean>BuildStatisticsImpl. getCompilationErrors(BuildProblem buildProblem)Constructors in jetbrains.buildServer.serverSide.stat with parameters of type BuildProblem Constructor Description BuildProblemCompilationBlockBean(String compilerMessages, BuildProblem compileErrorBuildProblem) -
Uses of BuildProblem in jetbrains.buildServer.web.functions
Methods in jetbrains.buildServer.web.functions with parameters of type BuildProblem Modifier and Type Method Description static booleanMuteWebUtil. shouldShowCurrentMuteInfo(BuildProblem problem, Boolean ignoreMuteScope, SBuildType currentScope)Returns true if current mute info from the specific problem should be shown on a page with specified build type scope. -
Uses of BuildProblem in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return BuildProblem Modifier and Type Method Description protected BuildProblemBuildResultsBuildProblemRenderer. getBuildProblem(javax.servlet.http.HttpServletRequest request)protected BuildProblemBuildResultsBuildProblemRenderer. getBuildProblemNotNull(javax.servlet.http.HttpServletRequest request)protected BuildProblemBuildProblemsBean. retrieveProblem(CurrentBuildProblem cbp)protected BuildProblemBuildTypeBuildProblemsBean. retrieveProblem(CurrentBuildProblem cbp)Methods in jetbrains.buildServer.web.problems that return types with arguments of type BuildProblem Modifier and Type Method Description Map<String,List<BuildProblem>>BuildProblemsBean. getBuildProblemGroupsByType()List<BuildProblem>BuildProblemsBean. getBuildProblems()Methods in jetbrains.buildServer.web.problems with parameters of type BuildProblem Modifier and Type Method Description protected abstract voidBuildResultsBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)protected booleanBuildResultsBuildProblemRenderer. isCurrentBuildProblem(BuildResultsBean buildResultsBean, BuildProblem buildProblem)Returns true if specified problem belongs to a build from the build results beanstatic booleanBuildProblemsBean. shouldHide(BuildProblem buildProblem)Method parameters in jetbrains.buildServer.web.problems with type arguments of type BuildProblem Modifier and Type Method Description static ProjectBuildProblemsBeanProjectBuildProblemsBean. createProjectBuildProblemsBean(Collection<BuildProblem> buildProblems)Accepts the list of problems , groups them by projects, then finds the common project among them, then creates a tree of ProjectBuildProblemsBean beans with this common project as the root.static ProjectBuildProblemsBeanProjectBuildProblemsBean. groupAndFilterBuildProblems(SProject project, Collection<BuildProblem> buildProblems, boolean acceptArchived)Constructor parameters in jetbrains.buildServer.web.problems with type arguments of type BuildProblem Constructor Description BuildProblemsBean(BuildPromotion buildPromotion, List<BuildProblem> problems) -
Uses of BuildProblem in jetbrains.buildServer.web.problems.impl
Methods in jetbrains.buildServer.web.problems.impl with parameters of type BuildProblem Modifier and Type Method Description static Stream<String>CompilationErrorBuildProblemRenderer. compileErrorStream(BuildProblem buildProblem, SBuild build, BuildResultsBean buildResultsBean)protected voidBaseSnapshotDependencyErrorBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)protected voidBuildFailureOnMessageBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)protected voidCompilationErrorBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)protected voidErrorMessageBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)List<LogMessage>ErrorMessageBuildProblemRenderer. getLogMessages(BuildProblem buildProblem) -
Uses of BuildProblem in jetbrains.buildServer.web.problems.impl.exitCode
Methods in jetbrains.buildServer.web.problems.impl.exitCode with parameters of type BuildProblem Modifier and Type Method Description protected voidExitCodeBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)List<LogMessage>ExitCodeBuildProblemRenderer. getMessages(BuildProblem buildProblem, int nMessagesToShow, int processFlowId)IntegerExitCodeBuildProblemRenderer. getProcessFlowId(BuildProblem buildProblem)
-