|
Public Member Functions inherited from webkitpy.tool.commands.queues.FeederQueue |
| def | begin_work_queue (self) |
| |
| def | next_work_item (self) |
| |
| def | process_work_item (self, work_item) |
| |
| def | work_item_log_path (self, work_item) |
| |
| def | handle_unexpected_error (self, work_item, message) |
| |
Public Member Functions inherited from webkitpy.tool.commands.queues.AbstractQueue |
| 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) |
| |
| 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 inherited from webkitpy.tool.commands.queues.FeederQueue |
| | feeders |
| |
Public Attributes inherited from webkitpy.tool.commands.queues.AbstractQueue |
| | help_text |
| |
| | architecture |
| |
Public Attributes inherited from webkitpy.tool.multicommandtool.Command |
| | required_arguments |
| |
| | options |
| |
| | requires_local_commits |
| |
| | option_parser |
| |
Static Public Attributes inherited from webkitpy.tool.commands.queues.FeederQueue |
| | name |
| |
Static Public Attributes inherited from webkitpy.tool.commands.queues.AbstractQueue |
| | watchers |
| |
Static Public Attributes inherited from webkitpy.tool.multicommandtool.Command |
| | name |
| |
| | show_in_main_help |
| |
| | help_text |
| |
| | long_help |
| |
| | argument_names |
| |