Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanDtoDto
Packages that use TestPlanDtoDto
Package
Description
-
Uses of TestPlanDtoDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestPlanDtoDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestPlanDtoDto> TestPlanControllerApi.getTestPlanByUuid(UUID uuid) GET /catalog/api/v1/testplans/{uuid} : getTestPlanByUuid -
Uses of TestPlanDtoDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanDtoDtoModifier and TypeMethodDescriptionTestPlanDtoDto.addTaToolsItem(UUID taToolsItem) TestPlanDtoDto.createdBy(UserInfoReqDto createdBy) TestPlanDtoDto.createdDate(Long createdDate) TestPlanDtoDto.description(String description) TestPlanDtoDto.disableAutoSyncAtpTestCasesWithJiraTickets(Boolean disableAutoSyncAtpTestCasesWithJiraTickets) TestPlanDtoDto.executionRequestClosingTimeoutMin(Integer executionRequestClosingTimeoutMin) TestPlanDtoDto.jiraTicketsAutoClosing(Boolean jiraTicketsAutoClosing) TestPlanDtoDto.lastModifiedBy(UserInfoReqDto lastModifiedBy) TestPlanDtoDto.lastModifyDate(Long lastModifyDate) TestPlanDtoDto.notificationMessageSubjectTemplate(String notificationMessageSubjectTemplate) TestPlanDtoDto.projectUuid(UUID projectUuid) TestPlanDtoDto.qaDslLibraryId(UUID qaDslLibraryId) TestPlanDtoDto.synchronization(BugTrackingSystemSynchronizationDto synchronization)