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

Public Member Functions

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)
 

Public Attributes

 stop_message
 

Static Public Attributes

 expected_callbacks
 

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ 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 
)

Member Data Documentation

◆ 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: