webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.common.host_mock.MockHost Class Reference
Inheritance diagram for webkitpy.common.host_mock.MockHost:
webkitpy.common.system.systemhost_mock.MockSystemHost webkitpy.tool.mocktool.MockTool

Public Member Functions

def __init__ (self, log_executive=False, executive_throws_when_run=None, initialize_scm_by_default=True, web=None)
 
def initialize_scm (self, patch_directories=None)
 
def scm (self)
 
def checkout (self)
 
def watch_list (self)
 
- Public Member Functions inherited from webkitpy.common.system.systemhost_mock.MockSystemHost
def __init__ (self, log_executive=False, executive_throws_when_run=None, os_name=None, os_version=None, executive=None, filesystem=None)
 
def copy_current_environment (self)
 
def make_file_lock (self, path)
 

Public Attributes

 web
 
 bugs
 
 buildbot
 
 port_factory
 
- Public Attributes inherited from webkitpy.common.system.systemhost_mock.MockSystemHost
 executive
 
 filesystem
 
 user
 
 platform
 
 workspace
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.host_mock.MockHost.__init__ (   self,
  log_executive = False,
  executive_throws_when_run = None,
  initialize_scm_by_default = True,
  web = None 
)

Member Function Documentation

◆ checkout()

def webkitpy.common.host_mock.MockHost.checkout (   self)

◆ initialize_scm()

def webkitpy.common.host_mock.MockHost.initialize_scm (   self,
  patch_directories = None 
)

◆ scm()

def webkitpy.common.host_mock.MockHost.scm (   self)

◆ watch_list()

def webkitpy.common.host_mock.MockHost.watch_list (   self)

Member Data Documentation

◆ bugs

webkitpy.common.host_mock.MockHost.bugs

◆ buildbot

webkitpy.common.host_mock.MockHost.buildbot

◆ port_factory

webkitpy.common.host_mock.MockHost.port_factory

◆ web

webkitpy.common.host_mock.MockHost.web

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