Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultDao
-
Packages that use TestCaseResultDao Package Description com.atlassian.bamboo.resultsummary.tests -
-
Uses of TestCaseResultDao in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultDao Modifier and Type Class Description class
TestCaseResultHibernateDao
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultDao Constructor Description TestCaseResultErrorMapper(org.hibernate.SessionFactory sessionFactory, TestCaseResultDao testCaseResultDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
TestCaseResultMapper(org.hibernate.SessionFactory sessionFactory, TestCaseResultDao testCaseResultDao, @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)
-