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 ResponsibilityEntryAssert
SBuildServerAssert. hasResponsibilityFor(BuildProblem problem, SProject project)
static BuildProblemAssert
ServerAsserts. 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 BuildProblem
BaseServerTestCase. 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 class
BuildProblemImpl
Contains build problem details with extended information about mutingMethods in jetbrains.buildServer.serverSide.impl.problems that return BuildProblem Modifier and Type Method Description BuildProblem
BuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data)
BuildProblem
BuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted)
BuildProblem
BuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)
BuildProblem
BuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)
BuildProblem
CurrentBuildProblemImpl. 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 BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data)
BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted)
BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)
BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)
BuildProblem
CurrentBuildProblem. 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 BuildProblem
BuildProblemCompilationBlockBean. 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 boolean
MuteWebUtil. 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 BuildProblem
BuildResultsBuildProblemRenderer. getBuildProblem(javax.servlet.http.HttpServletRequest request)
protected BuildProblem
BuildResultsBuildProblemRenderer. getBuildProblemNotNull(javax.servlet.http.HttpServletRequest request)
protected BuildProblem
BuildProblemsBean. retrieveProblem(CurrentBuildProblem cbp)
protected BuildProblem
BuildTypeBuildProblemsBean. 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 void
BuildResultsBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)
protected boolean
BuildResultsBuildProblemRenderer. isCurrentBuildProblem(BuildResultsBean buildResultsBean, BuildProblem buildProblem)
Returns true if specified problem belongs to a build from the build results beanstatic boolean
BuildProblemsBean. shouldHide(BuildProblem buildProblem)
Method parameters in jetbrains.buildServer.web.problems with type arguments of type BuildProblem Modifier and Type Method Description static ProjectBuildProblemsBean
ProjectBuildProblemsBean. 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 ProjectBuildProblemsBean
ProjectBuildProblemsBean. 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 void
BaseSnapshotDependencyErrorBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)
protected void
BuildFailureOnMessageBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)
protected void
CompilationErrorBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)
protected void
ErrorMessageBuildProblemRenderer. 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 void
ExitCodeBuildProblemRenderer. fillModel(Map<String,Object> model, javax.servlet.http.HttpServletRequest request, BuildResultsBean buildResultsBean, BuildProblem buildProblem)
List<LogMessage>
ExitCodeBuildProblemRenderer. getMessages(BuildProblem buildProblem, int nMessagesToShow, int processFlowId)
Integer
ExitCodeBuildProblemRenderer. getProcessFlowId(BuildProblem buildProblem)
-