Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestRunToJiraInfoDto
Packages that use TestRunToJiraInfoDto
Package
Description
-
Uses of TestRunToJiraInfoDto in org.qubership.atp.ram.clients.api
Method parameters in org.qubership.atp.ram.clients.api with type arguments of type TestRunToJiraInfoDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> IntegrationControllerApi.autoSyncTestRunsWithJira(UUID projectId, UUID executionRequestId, @NotNull @Valid Boolean syncTestCases, @NotNull @Valid Boolean syncTestRuns, @Valid List<TestRunToJiraInfoDto> testRunToJiraInfoDto) POST /catalog/api/v1/integrations/project/{projectId}/executionrequest/{executionRequestId}/autosync : autoSyncTestRunsWithJiraorg.springframework.http.ResponseEntity<Void> IntegrationControllerApi.commentOnE2ETickets(@Valid List<TestRunToJiraInfoDto> testRunToJiraInfoDto) POST /catalog/api/v1/integrations/propagate/testcases/comment : commentOnE2ETickets -
Uses of TestRunToJiraInfoDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestRunToJiraInfoDtoModifier and TypeMethodDescriptionTestRunToJiraInfoDto.environmentInfo(String environmentInfo) TestRunToJiraInfoDto.executionRequestId(UUID executionRequestId) TestRunToJiraInfoDto.jiraTicket(String jiraTicket) TestRunToJiraInfoDto.testCaseId(UUID testCaseId) TestRunToJiraInfoDto.testingStatus(String testingStatus) TestRunToJiraInfoDto.testRunAtpLink(String testRunAtpLink)