Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanDto
Packages that use TestPlanDto
Package
Description
-
Uses of TestPlanDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestPlanDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestPlanDto>> ProjectControllerApi.getNotMappedTestPlansByProjectId(UUID uuid) GET /catalog/api/v1/projects/{uuid}/testplans/qa-dsl-not-mapped : getNotMappedTestPlansByProjectIdorg.springframework.http.ResponseEntity<List<TestPlanDto>> ProjectControllerApi.getTestPlansByProjectId(UUID uuid, @Valid String withoutQaDsl) GET /catalog/api/v1/projects/{uuid}/testplans : getTestPlansByProjectIdMethods in org.qubership.atp.ram.clients.api with parameters of type TestPlanDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestPlanResponseDto> TestPlanControllerApi.create(@Valid TestPlanDto testPlanDto) POST /catalog/api/v1/testplans : createorg.springframework.http.ResponseEntity<UUID> TestPlanControllerApi.patchUpdate(@Valid TestPlanDto testPlanDto) PUT /catalog/api/v1/testplans/patch : patchUpdateorg.springframework.http.ResponseEntity<UUID> TestPlanControllerApi.update(@Valid TestPlanDto testPlanDto) PUT /catalog/api/v1/testplans : updateorg.springframework.http.ResponseEntity<UUID> TestPlanControllerApi.updateQaDslLibraryField(@Valid TestPlanDto testPlanDto) PUT /catalog/api/v1/testplans/update-qa-dsl : updateQaDslLibraryFieldMethod parameters in org.qubership.atp.ram.clients.api with type arguments of type TestPlanDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestPlanResponseDto>> TestPlanControllerApi.bulkUpdate(@Valid List<TestPlanDto> testPlanDto) PUT /catalog/api/v1/testplans/bulk : bulkUpdateorg.springframework.http.ResponseEntity<Void> TestPlanControllerApi.patch(@Valid List<TestPlanDto> testPlanDto) PATCH /catalog/api/v1/testplans : patch -
Uses of TestPlanDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestPlanDtoModifier and TypeMethodDescriptionTestPlanDto.addChildrenOperationsItem(ObjectOperationDto childrenOperationsItem) TestPlanDto.addTaToolsItem(UUID taToolsItem) TestPlanDto.childrenOperations(List<ObjectOperationDto> childrenOperations) TestPlanDto.createdBy(UserInfoDto createdBy) TestPlanDto.createdWhen(OffsetDateTime createdWhen) TestPlanDto.description(String description) TestPlanDto.disableAutoSyncAtpTestCasesWithJiraTickets(Boolean disableAutoSyncAtpTestCasesWithJiraTickets) TestPlanDto.executionRequestClosingTimeoutMin(Integer executionRequestClosingTimeoutMin) @Valid TestPlanDtoEnrichedTestScenarioDto.getTestPlan()Get testPlan@Valid TestPlanDtoProjectEntitiesDto.getTestPlan()Get testPlanTestPlanDto.jiraTicketsAutoClosing(Boolean jiraTicketsAutoClosing) TestPlanDto.modifiedBy(UserInfoDto modifiedBy) TestPlanDto.modifiedWhen(OffsetDateTime modifiedWhen) TestPlanDto.notificationMessageSubjectTemplate(String notificationMessageSubjectTemplate) TestPlanDto.projectUuid(UUID projectUuid) TestPlanDto.qaDslLibraryId(UUID qaDslLibraryId) TestPlanDto.synchronization(BugTrackingSystemSynchronizationDto synchronization) Methods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestPlanDtoModifier and TypeMethodDescriptionvoidEnrichedTestScenarioDto.setTestPlan(TestPlanDto testPlan) voidProjectEntitiesDto.setTestPlan(TestPlanDto testPlan) EnrichedTestScenarioDto.testPlan(TestPlanDto testPlan) ProjectEntitiesDto.testPlan(TestPlanDto testPlan)