(self)
| 246 | jira.print_report() |
| 247 | |
| 248 | def _print_github_reports(self): |
| 249 | for github in self.github_reports: |
| 250 | github.print_report() |
| 251 | |
| 252 | def _print_jira_github_combined_reports(self): |
| 253 | for jira_github_combined in self.jira_github_combined_reports: |