webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.commands.queues.CommitQueue Class Reference
Inheritance diagram for webkitpy.tool.commands.queues.CommitQueue:
webkitpy.tool.commands.queues.PatchProcessingQueue webkitpy.tool.commands.stepsequence.StepSequenceErrorHandler webkitpy.tool.bot.commitqueuetask.CommitQueueTaskDelegate webkitpy.tool.commands.queues.AbstractPatchQueue webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate webkitpy.tool.commands.queues.AbstractQueue webkitpy.tool.multicommandtool.Command webkitpy.tool.bot.queueengine.QueueEngineDelegate webkitpy.tool.commands.queues_unittest.TestCommitQueue webkitpy.tool.commands.queues_unittest.SecondThoughtsCommitQueue

Public Member Functions

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)
 
- 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 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)
 
- Public Member Functions inherited from webkitpy.tool.bot.commitqueuetask.CommitQueueTaskDelegate
def parent_command (self)
 
def did_pass_testing_ews (self, patch)
 
- Public Member Functions inherited from webkitpy.tool.bot.patchanalysistask.PatchAnalysisTaskDelegate
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)
 

Public Attributes

 committer_validator
 
- 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

 name
 
 port_name
 
- Static Public Attributes inherited from webkitpy.tool.commands.queues.PatchProcessingQueue
 port_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
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.commands.queues.CommitQueue.__init__ (   self,
  commit_queue_task_class = CommitQueueTask 
)

Member Function Documentation

◆ archive_last_test_results()

def webkitpy.tool.commands.queues.CommitQueue.archive_last_test_results (   self,
  patch 
)

◆ begin_work_queue()

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

◆ command_failed()

def webkitpy.tool.commands.queues.CommitQueue.command_failed (   self,
  message,
  script_error,
  patch 
)

◆ command_passed()

def webkitpy.tool.commands.queues.CommitQueue.command_passed (   self,
  message,
  patch 
)

◆ did_pass_testing_ews()

def webkitpy.tool.commands.queues.CommitQueue.did_pass_testing_ews (   self,
  patch 
)

◆ expected_failures()

def webkitpy.tool.commands.queues.CommitQueue.expected_failures (   self)

◆ handle_checkout_needs_update()

def webkitpy.tool.commands.queues.CommitQueue.handle_checkout_needs_update (   cls,
  tool,
  state,
  options,
  error 
)

◆ handle_script_error()

def webkitpy.tool.commands.queues.CommitQueue.handle_script_error (   cls,
  tool,
  state,
  script_error 
)

◆ handle_unexpected_error()

def webkitpy.tool.commands.queues.CommitQueue.handle_unexpected_error (   self,
  patch,
  message 
)

◆ next_work_item()

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

◆ process_work_item()

def webkitpy.tool.commands.queues.CommitQueue.process_work_item (   self,
  patch 
)

◆ refetch_patch()

def webkitpy.tool.commands.queues.CommitQueue.refetch_patch (   self,
  patch 
)

◆ report_flaky_tests()

def webkitpy.tool.commands.queues.CommitQueue.report_flaky_tests (   self,
  patch,
  flaky_test_results,
  results_archive = None 
)

◆ run_command()

def webkitpy.tool.commands.queues.CommitQueue.run_command (   self,
  command 
)

◆ test_results()

def webkitpy.tool.commands.queues.CommitQueue.test_results (   self)

Member Data Documentation

◆ committer_validator

webkitpy.tool.commands.queues.CommitQueue.committer_validator

◆ name

webkitpy.tool.commands.queues.CommitQueue.name
static

◆ port_name

webkitpy.tool.commands.queues.CommitQueue.port_name
static

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