Uses of Class
jetbrains.buildServer.web.problems.ProjectBuildProblemsBean
-
-
Uses of ProjectBuildProblemsBean in jetbrains.buildServer.controllers.changes
Methods in jetbrains.buildServer.controllers.changes that return ProjectBuildProblemsBean Modifier and Type Method Description ProjectBuildProblemsBean
ChangeDetails. getBuildProblemBean()
-
Uses of ProjectBuildProblemsBean in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return ProjectBuildProblemsBean Modifier and Type Method Description ProjectBuildProblemsBean
InvestigationsBean. getBuildProblemsBean()
-
Uses of ProjectBuildProblemsBean in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return ProjectBuildProblemsBean Modifier and Type Method Description ProjectBuildProblemsBean
MutedProblemsBean. getBuildProblemsBean()
-
Uses of ProjectBuildProblemsBean in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return ProjectBuildProblemsBean Modifier and Type Method Description ProjectBuildProblemsBean
BuildResultsBean. getDependenciesProblemsBean()
ProjectBuildProblemsBean
BuildResultsSummary. getDependenciesProblemsBean()
ProjectBuildProblemsBean
CombinedBuildProblemsBean. getDependenciesProblemsBean()
-
Uses of ProjectBuildProblemsBean in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return ProjectBuildProblemsBean 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.ProjectBuildProblemsBean
CurrentProblemsBean. getBuildProblemsBean()
static ProjectBuildProblemsBean
ProjectBuildProblemsBean. groupAndFilterBuildProblems(SProject project, Collection<BuildProblem> buildProblems, boolean acceptArchived)
Methods in jetbrains.buildServer.web.problems that return types with arguments of type ProjectBuildProblemsBean Modifier and Type Method Description List<ProjectBuildProblemsBean>
ProjectBuildProblemsBean. getSubProjectBuildProblemBeans()
Methods in jetbrains.buildServer.web.problems with parameters of type ProjectBuildProblemsBean Modifier and Type Method Description void
ProjectBuildProblemsBean. addSubProjectBuildProblemBean(ProjectBuildProblemsBean bean)
-