Uses of Interface
jetbrains.buildServer.serverSide.STest
-
-
Uses of STest in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return STest Modifier and Type Method Description STestDummyTestRunImpl. getTest()Method parameters in jetbrains.buildServer.controllers.investigate with type arguments of type STest Modifier and Type Method Description List<STestRun>TestRunCollector. collectTestRuns(Collection<STest> tests, boolean alwaysIncludeSuccessfulTestRuns, boolean onlyForDefaultBranch, boolean showEntitiesWithoutTestRuns)Constructors in jetbrains.buildServer.controllers.investigate with parameters of type STest Constructor Description DummyTestRunImpl(STest test) -
Uses of STest in jetbrains.buildServer.controllers.investigationsAndMutes
Method parameters in jetbrains.buildServer.controllers.investigationsAndMutes with type arguments of type STest Modifier and Type Method Description static StringInvestigationsAndMutesProblemBeanUtils. generateDescriptionForHiddenEntities(Collection<STest> tests, List<STestRun> allTestRuns) -
Uses of STest in jetbrains.buildServer.controllers.tests
Methods in jetbrains.buildServer.controllers.tests that return types with arguments of type STest Modifier and Type Method Description List<STest>UnmuteTestBean. getTests()Constructor parameters in jetbrains.buildServer.controllers.tests with type arguments of type STest Constructor Description UnmuteTestBean(List<STest> tests, SProject project, String testIds) -
Uses of STest in jetbrains.buildServer.notification
Method parameters in jetbrains.buildServer.notification with type arguments of type STest Modifier and Type Method Description Map<String,Object>TemplateMessageBuilder. getTestsMutedMap(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)Map<String,Object>TemplateMessageBuilder. getTestsUnmutedMap(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidMockNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)voidNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)Called when a set of tests are unmuted (with same mute properties).voidNotificatorAdapter. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)voidMockNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)Called when a set of tests are unmuted (with same mute properties).voidNotificatorAdapter. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidNotificationEventAccumulator. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)voidNotificationEventAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)voidNotificationEventListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)Called when a set of tests are unmuted (with same mute properties).voidNotificationProcessor. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user) -
Uses of STest in jetbrains.buildServer.notification.accumulators
Methods in jetbrains.buildServer.notification.accumulators that return types with arguments of type STest Modifier and Type Method Description List<STest>UnmuteTestEventAccumulator.UnmuteTestEventValue. getTests()Method parameters in jetbrains.buildServer.notification.accumulators with type arguments of type STest Modifier and Type Method Description UnmuteTestEventAccumulator.UnmuteTestEventValueUnmuteTestEventAccumulator. createValue(Collection<STest> tests)Constructor parameters in jetbrains.buildServer.notification.accumulators with type arguments of type STest Constructor Description UnmuteTestEventValue(Collection<STest> tests) -
Uses of STest in jetbrains.buildServer.notification.impl
Method parameters in jetbrains.buildServer.notification.impl with type arguments of type STest Modifier and Type Method Description voidUserRulesAwareNotificationListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user) -
Uses of STest in jetbrains.buildServer.serverSide
Subinterfaces of STest in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceTestExClasses in jetbrains.buildServer.serverSide that implement STest Modifier and Type Class Description classTestImplRepresents a test in a project, provides information about responsibility and current mute info.Methods in jetbrains.buildServer.serverSide that return STest Modifier and Type Method Description STestTestEx. changeProject(String projectId)Returns a copy of the test in a new project.STestTestImpl. changeProject(String projectId)STestSTestManager. createTest(long testNameId, String projectId)Deprecated.useSTestManager.findTest(long, String)instead.STestSTestManager. createTest(TestName testName, long testNameId, String projectId)Creates an instance of STest with given test name, testNameId and project id.STestSTestManager. createTest(TestName testName, String projectId)Creates an instance of STest with given test name and project id.STestSTestManager. findTest(long testNameId, String projectId)Looks for a test with given identifier, return null if a test name with this ID does not existSTestLightweightTestRunImpl. getTest()STestMultiTestRun. getTest()STestSTestRun. getTest()Returns corresponding test instance.STestTestRunImpl. getTest()Methods in jetbrains.buildServer.serverSide that return types with arguments of type STest Modifier and Type Method Description Map<Long,STest>STestManager. createTests(Set<Long> testNameIds, String projectId)Creates tests for a set of test name ids in a given project.Methods in jetbrains.buildServer.serverSide with parameters of type STest Modifier and Type Method Description intTestImpl. compareTo(STest o)static TestRunImplTestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)static TestRunImplTestRunImpl. createIgnoredTest(int orderId, int testRunId, int duration, SBuild build, STest test, String ignoreComment, TestRunContext testRunContext)static TestRunImplTestRunImpl. createSuccessfulTest(int orderId, int testRunId, int duration, SBuild build, STest test, TestFullTextBuilder fullTextBuilder, TestRunContext testRunContext)STestRunSTestManager. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)TestRunExSTestManager. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)Creates a new test run instance.Method parameters in jetbrains.buildServer.serverSide with type arguments of type STest Modifier and Type Method Description voidBuildServerAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)voidBuildServerListener. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)Called when several of tests have been unmuted.Constructors in jetbrains.buildServer.serverSide with parameters of type STest Constructor Description TestRunImpl(int orderId, int testRunId, SBuild build, STest test, Status status, int duration, TestOutputInfo testOutputInfo, MuteInfo muteInfo, TestRunContext testRunContext) -
Uses of STest in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type STest Modifier and Type Method Description static STestAssertServerAsserts. then(STest test)Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type STest Constructor Description STestAssert(STest actual) -
Uses of STest in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit with parameters of type STest Modifier and Type Method Description AuditLogAuditLogFactory. createForTest(STest test)Returns audit log for test -
Uses of STest in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type STest Modifier and Type Method Description protected StringTestHelper. doGetLog4jDescription(STest object)protected StringTestHelper. doGetObjectId(STest object)protected StringTestHelper. doGetObjectName(STest object) -
Uses of STest in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return STest Modifier and Type Method Description protected STestBaseServerTestCase. createTest(String name, SProject project)STestTestManagerImpl. createTest(long testNameId, String projectId)Deprecated.STestTestManagerImpl. createTest(TestName testName, long testNameId, String projectId)STestTestManagerImpl. createTest(TestName testName, String projectId)STestTestManagerImpl. findTest(long testNameId, String projectId)Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type STest Modifier and Type Method Description Map<Long,STest>TestManagerImpl. createTests(Set<Long> testNameIds, String projectId)protected List<STest>BaseServerTestCase. getTestsFromNames(String[] testNames, ProjectEx project)Methods in jetbrains.buildServer.serverSide.impl with parameters of type STest Modifier and Type Method Description STestRunTestManagerImpl. createTestRun(int orderId, int testRunId, int duration, STest test, Status status)TestRunExTestManagerImpl. createTestRun(SBuild build, STest test, Status testStatus, BuildsManager buildManager)Creates a new test run instance.static StringLogUtil. describe(STest test) -
Uses of STest in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type STest Modifier and Type Method Description AuditLogAuditLogFactoryImpl. createForTest(STest test) -
Uses of STest in jetbrains.buildServer.serverSide.impl.audit.filters
Methods in jetbrains.buildServer.serverSide.impl.audit.filters with parameters of type STest Modifier and Type Method Description static TestIdTestId. createOn(STest test) -
Uses of STest in jetbrains.buildServer.serverSide.impl.history
Methods in jetbrains.buildServer.serverSide.impl.history with parameters of type STest Modifier and Type Method Description TestHistoryQueryRunnerQueryRunnerFactory. createTestHistoryQueryRunner(STest test) -
Uses of STest in jetbrains.buildServer.serverSide.impl.tracker
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type STest Modifier and Type Method Description voidEventTrackerImpl. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups) -
Uses of STest in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute that return types with arguments of type STest Modifier and Type Method Description Collection<STest>MuteInfo. getTests()Retrieves tests that were muted.Methods in jetbrains.buildServer.serverSide.mute with parameters of type STest Modifier and Type Method Description Map<Long,MuteInfo>ProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Retrives mute info for all test runs of the specified test in given builds.Map<Long,MuteInfo>ProblemMutingServiceImpl. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Map<Long,MuteInfo>SecuredProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Method parameters in jetbrains.buildServer.serverSide.mute with type arguments of type STest Modifier and Type Method Description voidProblemMutingService. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)voidProblemMutingServiceImpl. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)voidSecuredProblemMutingService. muteTestsInBuild(SUser user, String note, SBuild build, Collection<STest> tests)MuteInfoProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)Mutes specified tests in the project scope.MuteInfoProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)Mutes specified tests in the project scope.MuteInfoProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)MuteInfoProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)static Set<SProject>ProblemMutingServiceImpl. selectDistinctProjectsFromTests(Collection<STest> tests)voidProblemMutingService. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)Unmutes the specified tests in one build type scope.voidProblemMutingService. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)Unmutes the specified tests in a scope where it was muted, including child projects but excluding parent onesvoidProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)Unmutes the specified tests in a scope where it was mutedvoidProblemMutingServiceImpl. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)voidProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)voidProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)voidSecuredProblemMutingService. unmuteTests(SUser user, String note, SBuildType buildType, Collection<STest> tests)voidSecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, Collection<STest> tests)voidSecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests) -
Uses of STest in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat that return STest Modifier and Type Method Description STestTestFailureRate. getTest() -
Uses of STest in jetbrains.buildServer.serverSide.tests
Method parameters in jetbrains.buildServer.serverSide.tests with type arguments of type STest Modifier and Type Method Description Collection<SBuildType>TestHistory. getBuildTypesForTests(Collection<STest> tests)Returns the collection of build types, in which thetestswere executed (the union, not intersection).Collection<SBuildType>TestHistoryImpl. getBuildTypesForTests(Collection<STest> tests)Returns the collection of build types, in which thetestswere executed (the union, not intersection). -
Uses of STest in jetbrains.buildServer.web.problems
Methods in jetbrains.buildServer.web.problems that return STest Modifier and Type Method Description STestSTestBean. getTest()
-