Home | History | Annotate | Download | only in site_utils

Lines Matching refs:links

608         @return A generator of links formatted for the buildbot log annotator.
1132 def log_buildbot_links(log_func, links):
1133 """Output buildbot links to log.
1136 @param links: Iterable of LogLink instances.
1138 for link in links:
1241 the test results and links by calling the 'output_*' methods.
1256 3) Generate web and buildbot links.
1282 @var _web_links: A list of web links pointing to the results of jobs.
1283 @var buildbot_links: A list of buildbot links for non-passing tests.
1431 """Generate web links and buildbot links."""
1492 """Output test results, timings and web links."""
1503 # Output links to test logs
1511 """Write test results, timings and web links into a dict.
1545 # Write the links to test logs into the |tests_dict| of |output_dict|.
1589 Generate links.