Uses of Interface
ch.admin.bit.jeap.testorchestrator.adapter.jpa.TestRunJpaRepository
Packages that use TestRunJpaRepository
Package
Description
-
Uses of TestRunJpaRepository in ch.admin.bit.jeap.testorchestrator.metrics
Constructors in ch.admin.bit.jeap.testorchestrator.metrics with parameters of type TestRunJpaRepositoryModifierConstructorDescriptionTestCaseMetricsService(TestCaseJpaRepository testCaseJpaRepository, TestRunJpaRepository testRunJpaRepository) -
Uses of TestRunJpaRepository in ch.admin.bit.jeap.testorchestrator.services
Constructors in ch.admin.bit.jeap.testorchestrator.services with parameters of type TestRunJpaRepositoryModifierConstructorDescriptionLogService(TestRunJpaRepository testRunJpaRepository) TestReportService(TestRunJpaRepository testRunJpaRepository, TestReportJpaRepository testReportJpaRepository, ZephyrWebClient zephyrWebClient, org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.context.ApplicationEventPublisher applicationEventPublisher) TestRunService(TestReportService testReportService, TestRunJpaRepository testRunJpaRepository, org.springframework.transaction.PlatformTransactionManager transactionManager)