Uses of Class
org.qubership.atp.ram.model.TestRunToJiraInfo
Packages that use TestRunToJiraInfo
-
Uses of TestRunToJiraInfo in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return types with arguments of type TestRunToJiraInfoModifier and TypeMethodDescriptionJiraIntegrationService.getTestRunsForJiraInfo(List<TestRun> testRuns) Get test run info for Jira integration.JiraIntegrationService.getTestRunsForJiraInfoByExecutionId(UUID executionRequestId) Get test run info for Jira integration by ids.JiraIntegrationService.getTestRunsForJiraInfoByIds(List<UUID> testRunIds) Get test run info for Jira integration by ids.Method parameters in org.qubership.atp.ram.services with type arguments of type TestRunToJiraInfoModifier and TypeMethodDescriptionvoidCatalogueService.autoSyncTestRunsWithJira(UUID projectId, UUID executionRequestId, boolean syncTestCases, boolean syncTestRuns, List<TestRunToJiraInfo> testRunToJiraInfos) Auto sync test runs and test cases with jira.