Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.QaDslLibraryResponseDto
Packages that use QaDslLibraryResponseDto
Package
Description
-
Uses of QaDslLibraryResponseDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return QaDslLibraryResponseDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.addCompoundsItem(CompoundDto compoundsItem) QaDslLibraryResponseDto.addTestPlanItem(TestPlanResponseDto testPlanItem) QaDslLibraryResponseDto.compounds(List<CompoundDto> compounds) QaDslLibraryResponseDto.modifiedWhen(OffsetDateTime modifiedWhen) QaDslLibraryResponseDto.qaDslLibraryId(UUID qaDslLibraryId) QaDslLibraryResponseDto.testPlan(List<TestPlanResponseDto> testPlan) -
Uses of QaDslLibraryResponseDto in org.qubership.atp.environments.service.rest.server.catalogue.generated
Methods in org.qubership.atp.environments.service.rest.server.catalogue.generated that return types with arguments of type QaDslLibraryResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<QaDslLibraryResponseDto>> ProjectControllerApi.getAllQaDslLibrariesInProject(UUID uuid) GET /catalog/api/v1/projects/{uuid}/qadsllibraries : getAllQaDslLibrariesInProject