|
def | parent_command (self) |
|
def | run_command (self, command) |
|
def | command_passed (self, message, patch) |
|
def | command_failed (self, message, script_error, patch) |
|
def | refetch_patch (self, patch) |
|
def | expected_failures (self) |
|
def | test_results (self) |
|
def | archive_last_test_results (self, patch) |
|
def | build_style (self) |
|
def | report_flaky_tests (self, patch, flaky_tests, results_archive) |
|
◆ archive_last_test_results()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.archive_last_test_results |
( |
|
self, |
|
|
|
patch |
|
) |
| |
◆ build_style()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.build_style |
( |
|
self | ) |
|
◆ command_failed()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.command_failed |
( |
|
self, |
|
|
|
message, |
|
|
|
script_error, |
|
|
|
patch |
|
) |
| |
◆ command_passed()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.command_passed |
( |
|
self, |
|
|
|
message, |
|
|
|
patch |
|
) |
| |
◆ expected_failures()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.expected_failures |
( |
|
self | ) |
|
◆ parent_command()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.parent_command |
( |
|
self | ) |
|
◆ refetch_patch()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.refetch_patch |
( |
|
self, |
|
|
|
patch |
|
) |
| |
◆ report_flaky_tests()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.report_flaky_tests |
( |
|
self, |
|
|
|
patch, |
|
|
|
flaky_tests, |
|
|
|
results_archive |
|
) |
| |
◆ run_command()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.run_command |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ test_results()
def webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate.test_results |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: