Uses of Interface
jetbrains.buildServer.responsibility.InvestigationTestRunsHolder
-
-
Uses of InvestigationTestRunsHolder in jetbrains.buildServer.controllers.investigate
Constructors in jetbrains.buildServer.controllers.investigate with parameters of type InvestigationTestRunsHolder Constructor Description InvestigationsBean(User defaultUser, SProject project, STestManager testManager, InvestigationTestRunsHolder testRunsHolder, UserModel userModel, ResponsibilityFacadeEx responsibilityFacade, BuildProblemManager problemManager, ProjectManager projectManager)
InvestigationsController(STestManager testManager, InvestigationTestRunsHolder testRunsHolder, UserModelEx userModel, ResponsibilityFacadeEx responsibilityFacade, BuildProblemManager problemManager, ProjectManager projectManager)
TestRunCollector(InvestigationTestRunsHolder testRunsHolder)
-
Uses of InvestigationTestRunsHolder in jetbrains.buildServer.controllers.project
Constructors in jetbrains.buildServer.controllers.project with parameters of type InvestigationTestRunsHolder Constructor Description InvestigationsTab(PagePlaces pagePlaces, ProjectManager projectManager, ResponsibilityFacadeEx responsibilityFacade, UserModel userModel, WebControllerManager manager, STestManager testManager, InvestigationTestRunsHolder testRunsHolder, BuildProblemManager problemManager)
MutedProblemsBean(SProject project, SBuildType buildType, STestManager testManager, InvestigationTestRunsHolder testRunsHolder, ProblemMutingService problemMutingService, BuildProblemManager buildProblemManager, SUser user)
MutedProblemsTab(PagePlaces pagePlaces, ProjectManager projectManager, ProblemMutingService problemMutingService, STestManager testManager, InvestigationTestRunsHolder testRunsHolder, BuildProblemManager buildProblemManager, WebControllerManager manager)
-
Uses of InvestigationTestRunsHolder in jetbrains.buildServer.responsibility.impl
Classes in jetbrains.buildServer.responsibility.impl that implement InvestigationTestRunsHolder Modifier and Type Class Description class
InvestigationTestRunsHolderImpl
Constructors in jetbrains.buildServer.responsibility.impl with parameters of type InvestigationTestRunsHolder Constructor Description InvestigationsCleanupExtension(TestName2Index testName2Index, InvestigationTestRunsHolder testRunsHolderCache, TimeService timeService)
-
Uses of InvestigationTestRunsHolder in jetbrains.buildServer.responsibility.remover
Constructors in jetbrains.buildServer.responsibility.remover with parameters of type InvestigationTestRunsHolder Constructor Description TestInvestigationsAndMutesListener(ResponsibilityFacadeEx responsibilityFacade, EventDispatcher<BuildServerListener> eventDispatcher, ServerResponsibility serverResponsibility, ProblemMutingService problemMutingService, STestManager testManager, TestInvestigationAuditLog testInvestigationAuditLog, ProjectManager projectManager, InvestigationTestRunsHolder testRunsHolder, TimeService timeService, RunningBuildsManagerEx runningBuildsManager)
-