|
def | __init__ (self, tool=None) |
|
def | begin_work_queue (self) |
|
Public Member Functions inherited from webkitpy.tool.commands.queues.CommitQueue |
def | __init__ (self, commit_queue_task_class=CommitQueueTask) |
|
def | begin_work_queue (self) |
|
def | next_work_item (self) |
|
def | process_work_item (self, patch) |
|
def | handle_unexpected_error (self, patch, message) |
|
def | run_command (self, command) |
|
def | command_passed (self, message, patch) |
|
def | command_failed (self, message, script_error, patch) |
|
def | expected_failures (self) |
|
def | test_results (self) |
|
def | archive_last_test_results (self, patch) |
|
def | refetch_patch (self, patch) |
|
def | report_flaky_tests (self, patch, flaky_test_results, results_archive=None) |
|
def | did_pass_testing_ews (self, patch) |
|
def | handle_script_error (cls, tool, state, script_error) |
|
def | handle_checkout_needs_update (cls, tool, state, options, error) |
|
Public Member Functions inherited from webkitpy.tool.commands.queues.PatchProcessingQueue |
def | __init__ (self, options=None) |
|
def | begin_work_queue (self) |
|
Public Member Functions inherited from webkitpy.tool.commands.queues.AbstractPatchQueue |
def | work_item_log_path (self, patch) |
|
def | build_style (self) |
|
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 Member Functions inherited from webkitpy.tool.commands.stepsequence.StepSequenceErrorHandler |
def | handle_script_error (cls, tool, patch, script_error) |
|
def | handle_checkout_needs_update (cls, tool, state, options, error) |
|
def | parent_command (self) |
|
def | did_pass_testing_ews (self, patch) |
|
def | parent_command (self) |
|
def | run_command (self, command) |
|
def | command_passed (self, message, patch) |
|
def | command_failed (self, message, script_error, patch) |
|
def | refetch_patch (self, patch) |
|
def | expected_failures (self) |
|
def | test_results (self) |
|
def | archive_last_test_results (self, patch) |
|
def | build_style (self) |
|
def | report_flaky_tests (self, patch, flaky_tests, results_archive) |
|