Uses of Interface
jetbrains.buildServer.serverSide.problems.CurrentBuildProblem
-
-
Uses of CurrentBuildProblem in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return types with arguments of type CurrentBuildProblem Modifier and Type Method Description List<CurrentBuildProblem>
InvestigationsBean. getBuildProblems()
-
Uses of CurrentBuildProblem in jetbrains.buildServer.controllers.project
Methods in jetbrains.buildServer.controllers.project that return types with arguments of type CurrentBuildProblem Modifier and Type Method Description List<CurrentBuildProblem>
MutedProblemsBean. getBuildProblems()
-
Uses of CurrentBuildProblem in jetbrains.buildServer.serverSide.impl.problems
Classes in jetbrains.buildServer.serverSide.impl.problems that implement CurrentBuildProblem Modifier and Type Class Description class
CurrentBuildProblemImpl
User: Victory.Bedrosova Date: 4/3/13 Time: 4:36 PMMethods in jetbrains.buildServer.serverSide.impl.problems that return types with arguments of type CurrentBuildProblem Modifier and Type Method Description List<CurrentBuildProblem>
BuildProblemManagerImpl. getCurrentBuildProblems(SProject project)
-
Uses of CurrentBuildProblem in jetbrains.buildServer.serverSide.problems
Methods in jetbrains.buildServer.serverSide.problems that return types with arguments of type CurrentBuildProblem Modifier and Type Method Description List<CurrentBuildProblem>
BuildProblemManager. getCurrentBuildProblems(SProject project)
Returns all current build problems in the specified project and it's subprojects grouped by problem id -
Uses of CurrentBuildProblem in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return types with arguments of type CurrentBuildProblem Modifier and Type Method Description List<CurrentBuildProblem>
CurrentProblemsBean. getBuildProblems()
List<CurrentBuildProblem>
ProjectBuildProblemsBean. getBuildProblems()
Map<Integer,CurrentBuildProblem>
BuildTypeBuildProblemsBean. getCurrentBuildProblems()
Methods in jetbrains.buildServer.web.problems with parameters of type CurrentBuildProblem Modifier and Type Method Description protected BuildProblem
BuildProblemsBean. retrieveProblem(CurrentBuildProblem cbp)
protected BuildProblem
BuildTypeBuildProblemsBean. retrieveProblem(CurrentBuildProblem cbp)
Method parameters in jetbrains.buildServer.web.problems with type arguments of type CurrentBuildProblem Modifier and Type Method Description protected void
BuildProblemsBean. init(List<CurrentBuildProblem> buildProblems)
Constructor parameters in jetbrains.buildServer.web.problems with type arguments of type CurrentBuildProblem Constructor Description BuildProblemsBean(List<CurrentBuildProblem> buildProblems)
BuildTypeBuildProblemsBean(SBuildType buildType, List<CurrentBuildProblem> buildProblems)
ProjectBuildProblemsBean(SProject project, List<CurrentBuildProblem> ownBuildProblems)
ProjectBuildProblemsBean(SProject project, List<CurrentBuildProblem> ownBuildProblems, List<ProjectBuildProblemsBean> subProjectBuildProblemBeans)
-