Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestScopeFullInfoDto
Packages that use TestScopeFullInfoDto
Package
Description
-
Uses of TestScopeFullInfoDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestScopeFullInfoDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestScopeFullInfoDto>> TestScopeControllerApi.getTestScopesDetailed(@NotNull @Valid UUID projectId, @Valid UUID testPlanId) GET /catalog/api/v1/testscopes/detailed : getTestScopesDetailedorg.springframework.http.ResponseEntity<List<TestScopeFullInfoDto>> TestScopeControllerApi.getTestScopesDetailedPaging(@NotNull @Valid UUID projectId, Integer startIndex, Integer endIndex, @Valid UUID testPlanId) GET /catalog/api/v1/testscopes/detailed/start-index/{startIndex}/end-index/{endIndex} : getTestScopesDetailedPagingorg.springframework.http.ResponseEntity<List<TestScopeFullInfoDto>> TestPlanControllerApi.getTestScopesFullInfoByTestPlanUuid(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/testscopes/enriched : getTestScopesFullInfoByTestPlanUuid -
Uses of TestScopeFullInfoDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScopeFullInfoDtoModifier and TypeMethodDescriptionTestScopeFullInfoDto.addFlagsItem(TestScopeFullInfoDto.FlagsEnum flagsItem) TestScopeFullInfoDto.description(String description) TestScopeFullInfoDto.environmentUuid(UUID environmentUuid) TestScopeFullInfoDto.flags(List<TestScopeFullInfoDto.FlagsEnum> flags) TestScopeFullInfoDto.numberOfThreshold(Integer numberOfThreshold) TestScopeFullInfoDto.order(TestCaseOrderDto order) TestScopeFullInfoDto.widgetConfigTemplateId(UUID widgetConfigTemplateId)