webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.tool.bot.queueengine_unittest.RaisingDelegate Class Reference
Inheritance diagram for webkitpy.tool.bot.queueengine_unittest.RaisingDelegate:
webkitpy.tool.bot.queueengine_unittest.LoggingDelegate webkitpy.tool.bot.queueengine.QueueEngineDelegate

Public Member Functions

def __init__ (self, test, exception)
 
def process_work_item (self, work_item)
 
- Public Member Functions inherited from webkitpy.tool.bot.queueengine_unittest.LoggingDelegate
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)
 
- Public Member Functions inherited from webkitpy.tool.bot.queueengine.QueueEngineDelegate
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)
 

Additional Inherited Members

- Public Attributes inherited from webkitpy.tool.bot.queueengine_unittest.LoggingDelegate
 stop_message
 
- Static Public Attributes inherited from webkitpy.tool.bot.queueengine_unittest.LoggingDelegate
 expected_callbacks
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.bot.queueengine_unittest.RaisingDelegate.__init__ (   self,
  test,
  exception 
)

Member Function Documentation

◆ process_work_item()

def webkitpy.tool.bot.queueengine_unittest.RaisingDelegate.process_work_item (   self,
  work_item 
)

The documentation for this class was generated from the following file: