Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.QaDslLibraryDto
Packages that use QaDslLibraryDto
Package
Description
-
Uses of QaDslLibraryDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type QaDslLibraryDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QaDslLibraryDto> TestPlanControllerApi.getTestPlanQaDslLibrary(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/qadsllibrary : getTestPlanQaDslLibrary -
Uses of QaDslLibraryDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return QaDslLibraryDtoModifier and TypeMethodDescriptionQaDslLibraryDto.addChildrenOperationsItem(ObjectOperationDto childrenOperationsItem) QaDslLibraryDto.childrenOperations(List<ObjectOperationDto> childrenOperations) QaDslLibraryDto.createdBy(UserInfoResDto createdBy) QaDslLibraryDto.createdWhen(OffsetDateTime createdWhen) QaDslLibraryDto.description(String description) QaDslLibraryDto.modifiedBy(UserInfoResDto modifiedBy) QaDslLibraryDto.modifiedWhen(OffsetDateTime modifiedWhen) QaDslLibraryDto.projectUuid(UUID projectUuid)