Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.DetailedTestScopeResponseDto
Packages that use DetailedTestScopeResponseDto
Package
Description
-
Uses of DetailedTestScopeResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type DetailedTestScopeResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DetailedTestScopeResponseDto> TestScopeControllerApi.getDetailedScope(UUID testScopeId, @Valid UUID testPlanId) GET /catalog/api/v1/testscopes/{testScopeId}/detailed : getDetailedScopeorg.springframework.http.ResponseEntity<DetailedTestScopeResponseDto> TestScopeControllerApi.updateDetailed(@Valid TestScopeUpdateRequestDto testScopeUpdateRequestDto) PUT /catalog/api/v1/testscopes/save/detailed : updateDetailed -
Uses of DetailedTestScopeResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return DetailedTestScopeResponseDtoModifier and TypeMethodDescriptionDetailedTestScopeResponseDto.addExecutionItem(TestCaseResponseDto executionItem) DetailedTestScopeResponseDto.addFlagIdsItem(UUID flagIdsItem) DetailedTestScopeResponseDto.addPrerequisitesItem(TestCaseResponseDto prerequisitesItem) DetailedTestScopeResponseDto.addValidationItem(TestCaseResponseDto validationItem) DetailedTestScopeResponseDto.description(String description) DetailedTestScopeResponseDto.execution(List<TestCaseResponseDto> execution) DetailedTestScopeResponseDto.modifiedWhen(OffsetDateTime modifiedWhen) DetailedTestScopeResponseDto.prerequisites(List<TestCaseResponseDto> prerequisites) DetailedTestScopeResponseDto.validation(List<TestCaseResponseDto> validation) DetailedTestScopeResponseDto.widgetConfigTemplateId(UUID widgetConfigTemplateId)