webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.tool.bot.queueengine.QueueEngineDelegate Class Reference
Inheritance diagram for webkitpy.tool.bot.queueengine.QueueEngineDelegate:
webkitpy.tool.bot.queueengine_unittest.LoggingDelegate webkitpy.tool.commands.queues.AbstractQueue webkitpy.tool.bot.queueengine_unittest.RaisingDelegate webkitpy.tool.commands.newcommitbot.NewCommitBot webkitpy.tool.commands.perfalizer.Perfalizer webkitpy.tool.commands.queues.AbstractPatchQueue webkitpy.tool.commands.queues.FeederQueue webkitpy.tool.commands.sheriffbot.SheriffBot webkitpy.tool.commands.queues.PatchProcessingQueue webkitpy.tool.commands.queues_unittest.TestQueue webkitpy.tool.commands.queues_unittest.TestFeederQueue webkitpy.tool.commands.queues.AbstractReviewQueue webkitpy.tool.commands.queues.CommitQueue webkitpy.tool.commands.earlywarningsystem.AbstractEarlyWarningSystem webkitpy.tool.commands.queues.StyleQueue webkitpy.tool.commands.queues_unittest.TestReviewQueue webkitpy.tool.commands.queues_unittest.TestCommitQueue webkitpy.tool.bot.jscews_unittest.MockJSCEarlyWarningSystem webkitpy.tool.commands.earlywarningsystem_unittest.MockAbstractEarlyWarningSystemForInconclusiveJSCResults webkitpy.tool.commands.earlywarningsystem_unittest.TestEWS webkitpy.tool.commands.earlywarningsystem_unittest.TestJSCEWS webkitpy.tool.commands.queues_unittest.SecondThoughtsCommitQueue

Public Member Functions

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)
 

Member Function Documentation

◆ begin_work_queue()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.begin_work_queue (   self)

◆ handle_unexpected_error()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.handle_unexpected_error (   self,
  work_item,
  message 
)

◆ next_work_item()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.next_work_item (   self)

◆ process_work_item()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.process_work_item (   self,
  work_item 
)

◆ queue_log_path()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.queue_log_path (   self)

◆ should_continue_work_queue()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.should_continue_work_queue (   self)

◆ work_item_log_path()

def webkitpy.tool.bot.queueengine.QueueEngineDelegate.work_item_log_path (   self,
  work_item 
)

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