Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScopeCreationRequestDto
Packages that use TestScopeCreationRequestDto
Package
Description
-
Uses of TestScopeCreationRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestScopeCreationRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> TestScopeControllerApi.create(@Valid TestScopeCreationRequestDto testScopeCreationRequestDto) POST /catalog/api/v1/testscopes/create : create -
Uses of TestScopeCreationRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScopeCreationRequestDtoModifier and TypeMethodDescriptionTestScopeCreationRequestDto.addExecutionCasesItem(TestCasesRequestDto executionCasesItem) TestScopeCreationRequestDto.addFlagIdsItem(UUID flagIdsItem) TestScopeCreationRequestDto.addPrerequisitesCasesItem(TestCasesRequestDto prerequisitesCasesItem) TestScopeCreationRequestDto.addTestCaseDependenciesItem(TestCaseDependency0Dto testCaseDependenciesItem) TestScopeCreationRequestDto.addValidationCasesItem(TestCasesRequestDto validationCasesItem) TestScopeCreationRequestDto.description(String description) TestScopeCreationRequestDto.executionCases(List<TestCasesRequestDto> executionCases) TestScopeCreationRequestDto.logCollectorTemplateId(UUID logCollectorTemplateId) TestScopeCreationRequestDto.prerequisitesCases(List<TestCasesRequestDto> prerequisitesCases) TestScopeCreationRequestDto.projectUuid(UUID projectUuid) TestScopeCreationRequestDto.testCaseDependencies(List<TestCaseDependency0Dto> testCaseDependencies) TestScopeCreationRequestDto.testPlanUuid(UUID testPlanUuid) TestScopeCreationRequestDto.validationCases(List<TestCasesRequestDto> validationCases) TestScopeCreationRequestDto.widgetConfigTemplateId(UUID widgetConfigTemplateId)