Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseDao
Packages that use TestCaseDao
-
Uses of TestCaseDao in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseDaoConstructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseDaoModifierConstructorDescriptionTestCaseMapper
(org.hibernate.SessionFactory sessionFactory, TestCaseDao testCaseDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) TestQuarantineManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestsManager testsManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher) TestsManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestResultsDao testResultsDao, TestsDao testsDao, PlanManager planManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager)