webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
webkitpy.common.checkout.checkout_mock.MockCheckout Class Reference
Inheritance diagram for webkitpy.common.checkout.checkout_mock.MockCheckout:

Public Member Functions

def __init__ (self)
 
def commit_info_for_revision (self, svn_revision)
 
def is_path_to_changelog (self, path)
 
def bug_id_for_revision (self, svn_revision)
 
def recent_commit_infos_for_files (self, paths)
 
def modified_changelogs (self, git_commit, changed_files=None)
 
def commit_message_for_this_commit (self, git_commit, changed_files=None)
 
def apply_patch (self, patch)
 
def apply_reverse_diffs (self, revision)
 
def suggested_reviewers (self, git_commit, changed_files=None)
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.checkout.checkout_mock.MockCheckout.__init__ (   self)

Member Function Documentation

◆ apply_patch()

def webkitpy.common.checkout.checkout_mock.MockCheckout.apply_patch (   self,
  patch 
)

◆ apply_reverse_diffs()

def webkitpy.common.checkout.checkout_mock.MockCheckout.apply_reverse_diffs (   self,
  revision 
)

◆ bug_id_for_revision()

def webkitpy.common.checkout.checkout_mock.MockCheckout.bug_id_for_revision (   self,
  svn_revision 
)

◆ commit_info_for_revision()

def webkitpy.common.checkout.checkout_mock.MockCheckout.commit_info_for_revision (   self,
  svn_revision 
)

◆ commit_message_for_this_commit()

def webkitpy.common.checkout.checkout_mock.MockCheckout.commit_message_for_this_commit (   self,
  git_commit,
  changed_files = None 
)

◆ is_path_to_changelog()

def webkitpy.common.checkout.checkout_mock.MockCheckout.is_path_to_changelog (   self,
  path 
)

◆ modified_changelogs()

def webkitpy.common.checkout.checkout_mock.MockCheckout.modified_changelogs (   self,
  git_commit,
  changed_files = None 
)

◆ recent_commit_infos_for_files()

def webkitpy.common.checkout.checkout_mock.MockCheckout.recent_commit_infos_for_files (   self,
  paths 
)

◆ suggested_reviewers()

def webkitpy.common.checkout.checkout_mock.MockCheckout.suggested_reviewers (   self,
  git_commit,
  changed_files = None 
)

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