Uses of Class
org.qubership.atp.ram.logging.entities.requests.CreatedTestRunWithParentsRequest
Packages that use CreatedTestRunWithParentsRequest
Package
Description
-
Uses of CreatedTestRunWithParentsRequest in org.qubership.atp.ram.logging.controllers
Methods in org.qubership.atp.ram.logging.controllers with parameters of type CreatedTestRunWithParentsRequestModifier and TypeMethodDescriptionTestRunLoggingController.findOrCreateWithParents(CreatedTestRunWithParentsRequest request) Create/update test run, execution request, test plan and project. -
Uses of CreatedTestRunWithParentsRequest in org.qubership.atp.ram.logging.services
Methods in org.qubership.atp.ram.logging.services with parameters of type CreatedTestRunWithParentsRequestModifier and TypeMethodDescriptionorg.qubership.atp.ram.models.ProjectProjectLoggingService.findByUuidNameOrCreateNew(CreatedTestRunWithParentsRequest request) Find existed project by UUID/name or create new.org.qubership.atp.ram.models.TestPlanTestPlanLoggingService.findByUuidNameOrCreateNew(CreatedTestRunWithParentsRequest request, org.qubership.atp.ram.models.Project project) Find existed test plan by UUID/name or create new.TestRunLoggingService.findOrCreateWithParents(CreatedTestRunWithParentsRequest request) Find or create test runs.