Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanResponseDto
Packages that use TestPlanResponseDto
Package
Description
-
Uses of TestPlanResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestPlanResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestPlanResponseDto>> TestPlanControllerApi.bulkUpdate(@Valid List<TestPlanDto> testPlanDto) PUT /catalog/api/v1/testplans/bulk : bulkUpdateorg.springframework.http.ResponseEntity<TestPlanResponseDto> TestPlanControllerApi.create(@Valid TestPlanDto testPlanDto) POST /catalog/api/v1/testplans : createorg.springframework.http.ResponseEntity<List<TestPlanResponseDto>> TestPlanControllerApi.getAll()GET /catalog/api/v1/testplans : getAll -
Uses of TestPlanResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanResponseDtoModifier and TypeMethodDescriptionTestPlanResponseDto.addTaToolsItem(UUID taToolsItem) TestPlanResponseDto.createdBy(UserInfo0Dto createdBy) TestPlanResponseDto.createdDate(Long createdDate) TestPlanResponseDto.description(String description) TestPlanResponseDto.disableAutoSyncAtpTestCasesWithJiraTickets(Boolean disableAutoSyncAtpTestCasesWithJiraTickets) TestPlanResponseDto.executionRequestClosingTimeoutMin(Integer executionRequestClosingTimeoutMin) TestPlanResponseDto.jiraTicketsAutoClosing(Boolean jiraTicketsAutoClosing) TestPlanResponseDto.lastModifiedBy(UserInfo0Dto lastModifiedBy) TestPlanResponseDto.lastModifyDate(Long lastModifyDate) TestPlanResponseDto.notificationMessageSubjectTemplate(String notificationMessageSubjectTemplate) TestPlanResponseDto.projectUuid(UUID projectUuid) TestPlanResponseDto.qaDslLibraryId(UUID qaDslLibraryId) TestPlanResponseDto.synchronization(BugTrackingSystemSynchronizationDtoDto synchronization) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestPlanResponseDtoModifier and TypeMethodDescription@Valid List<TestPlanResponseDto> QaDslLibraryResponseDto.getTestPlan()Get testPlanMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestPlanResponseDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.addTestPlanItem(TestPlanResponseDto testPlanItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestPlanResponseDtoModifier and TypeMethodDescriptionvoidQaDslLibraryResponseDto.setTestPlan(List<TestPlanResponseDto> testPlan) QaDslLibraryResponseDto.testPlan(List<TestPlanResponseDto> testPlan)