|
| def | __init__ (self, test) |
| |
| def | record (self, method_name) |
| |
| def | queue_log_path (self) |
| |
| def | work_item_log_path (self, work_item) |
| |
| def | begin_work_queue (self) |
| |
| def | should_continue_work_queue (self) |
| |
| def | next_work_item (self) |
| |
| def | process_work_item (self, work_item) |
| |
| def | handle_unexpected_error (self, work_item, message) |
| |
| def | stop_work_queue (self, message) |
| |
| def | queue_log_path (self) |
| |
| def | work_item_log_path (self, work_item) |
| |
| def | begin_work_queue (self) |
| |
| def | should_continue_work_queue (self) |
| |
| def | next_work_item (self) |
| |
| def | process_work_item (self, work_item) |
| |
| def | handle_unexpected_error (self, work_item, message) |
| |
◆ __init__()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.__init__ |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ begin_work_queue()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.begin_work_queue |
( |
|
self | ) |
|
◆ handle_unexpected_error()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.handle_unexpected_error |
( |
|
self, |
|
|
|
work_item, |
|
|
|
message |
|
) |
| |
◆ next_work_item()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.next_work_item |
( |
|
self | ) |
|
◆ process_work_item()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.process_work_item |
( |
|
self, |
|
|
|
work_item |
|
) |
| |
◆ queue_log_path()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.queue_log_path |
( |
|
self | ) |
|
◆ record()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.record |
( |
|
self, |
|
|
|
method_name |
|
) |
| |
◆ should_continue_work_queue()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.should_continue_work_queue |
( |
|
self | ) |
|
◆ stop_work_queue()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.stop_work_queue |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ work_item_log_path()
| def webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.work_item_log_path |
( |
|
self, |
|
|
|
work_item |
|
) |
| |
◆ expected_callbacks
| webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.expected_callbacks |
|
static |
◆ stop_message
| webkitpy.tool.bot.queueengine_unittest.LoggingDelegate.stop_message |
The documentation for this class was generated from the following file: