Uses of Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestPlanDto
Packages that use TestPlanDto
Package
Description
-
Uses of TestPlanDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated 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 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.saveExecutionTechnicalInfo(Boolean saveExecutionTechnicalInfo) TestPlanDto.synchronization(BugTrackingSystemSynchronizationDto synchronization) Methods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type TestPlanDtoModifier and TypeMethodDescriptionvoidProjectEntitiesDto.setTestPlan(TestPlanDto testPlan) ProjectEntitiesDto.testPlan(TestPlanDto testPlan) -
Uses of TestPlanDto 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 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 : getTestPlansByProjectId