webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.commands.queues.AbstractQueue Class Reference
Inheritance diagram for webkitpy.tool.commands.queues.AbstractQueue:
webkitpy.tool.multicommandtool.Command webkitpy.tool.bot.queueengine.QueueEngineDelegate 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 __init__ (self, options=None)
 
def run_webkit_patch (self, args)
 
def queue_log_path (self)
 
def work_item_log_path (self, work_item)
 
def begin_work_queue (self)
 
def stop_work_queue (self, reason)
 
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 execute (self, options, args, tool, engine=QueueEngine)
 
- Public Member Functions inherited from webkitpy.tool.multicommandtool.Command
def __init__ (self, options=None, requires_local_commits=False)
 
def set_option_parser (self, option_parser)
 
def bind_to_tool (self, tool)
 
def name_with_arguments (self)
 
def parse_args (self, args)
 
def check_arguments_and_execute (self, options, args, tool=None)
 
def standalone_help (self)
 
def execute (self, options, args, tool)
 
def main (self, args=sys.argv)
 
- 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

 help_text
 
 architecture
 
- Public Attributes inherited from webkitpy.tool.multicommandtool.Command
 required_arguments
 
 options
 
 requires_local_commits
 
 option_parser
 

Static Public Attributes

 watchers
 
- Static Public Attributes inherited from webkitpy.tool.multicommandtool.Command
 name
 
 show_in_main_help
 
 help_text
 
 long_help
 
 argument_names
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.commands.queues.AbstractQueue.__init__ (   self,
  options = None 
)

Member Function Documentation

◆ begin_work_queue()

def webkitpy.tool.commands.queues.AbstractQueue.begin_work_queue (   self)

◆ execute()

def webkitpy.tool.commands.queues.AbstractQueue.execute (   self,
  options,
  args,
  tool,
  engine = QueueEngine 
)

◆ handle_unexpected_error()

def webkitpy.tool.commands.queues.AbstractQueue.handle_unexpected_error (   self,
  work_item,
  message 
)

◆ next_work_item()

def webkitpy.tool.commands.queues.AbstractQueue.next_work_item (   self)

◆ process_work_item()

def webkitpy.tool.commands.queues.AbstractQueue.process_work_item (   self,
  work_item 
)

◆ queue_log_path()

def webkitpy.tool.commands.queues.AbstractQueue.queue_log_path (   self)

◆ run_webkit_patch()

def webkitpy.tool.commands.queues.AbstractQueue.run_webkit_patch (   self,
  args 
)

◆ should_continue_work_queue()

def webkitpy.tool.commands.queues.AbstractQueue.should_continue_work_queue (   self)

◆ stop_work_queue()

def webkitpy.tool.commands.queues.AbstractQueue.stop_work_queue (   self,
  reason 
)

◆ work_item_log_path()

def webkitpy.tool.commands.queues.AbstractQueue.work_item_log_path (   self,
  work_item 
)

Member Data Documentation

◆ architecture

webkitpy.tool.commands.queues.AbstractQueue.architecture

◆ help_text

webkitpy.tool.commands.queues.AbstractQueue.help_text

◆ watchers

webkitpy.tool.commands.queues.AbstractQueue.watchers
static

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