webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.tool.main.WebKitPatch Class Reference
Inheritance diagram for webkitpy.tool.main.WebKitPatch:
webkitpy.tool.multicommandtool.MultiCommandTool webkitpy.common.host.Host webkitpy.common.system.systemhost.SystemHost

Public Member Functions

def __init__ (self, path)
 
def deprecated_port (self)
 
def path (self)
 
def ensure_irc_connected (self, irc_delegate)
 
def irc (self)
 
def command_completed (self)
 
def should_show_in_main_help (self, command)
 
def handle_global_options (self, options)
 
def should_execute_command (self, command)
 
- Public Member Functions inherited from webkitpy.tool.multicommandtool.MultiCommandTool
def __init__ (self, name=None, commands=None)
 
def name (self)
 
def command_by_name (self, command_name)
 
def path (self)
 
def command_completed (self)
 
def should_show_in_main_help (self, command)
 
def should_execute_command (self, command)
 
def handle_global_options (self, options)
 
def main (self, argv=sys.argv)
 
- Public Member Functions inherited from webkitpy.common.host.Host
def __init__ (self)
 
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.SystemHost
def __init__ (self)
 
def copy_current_environment (self)
 
def make_file_lock (self, path)
 

Public Attributes

 status_server
 
 wakeup_event
 
 irc_password
 
- Public Attributes inherited from webkitpy.tool.multicommandtool.MultiCommandTool
 commands
 
 help_command
 
- Public Attributes inherited from webkitpy.common.host.Host
 web
 
 bugs
 
 buildbot
 
 port_factory
 
- Public Attributes inherited from webkitpy.common.system.systemhost.SystemHost
 executive
 
 filesystem
 
 user
 
 platform
 
 workspace
 

Static Public Attributes

 global_options
 
 action
 
 dest
 
 default
 
 False
 
 help
 
 type
 
 None
 
- Static Public Attributes inherited from webkitpy.tool.multicommandtool.MultiCommandTool
 global_options
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.tool.main.WebKitPatch.__init__ (   self,
  path 
)

Member Function Documentation

◆ command_completed()

def webkitpy.tool.main.WebKitPatch.command_completed (   self)

◆ deprecated_port()

def webkitpy.tool.main.WebKitPatch.deprecated_port (   self)

◆ ensure_irc_connected()

def webkitpy.tool.main.WebKitPatch.ensure_irc_connected (   self,
  irc_delegate 
)

◆ handle_global_options()

def webkitpy.tool.main.WebKitPatch.handle_global_options (   self,
  options 
)

◆ irc()

def webkitpy.tool.main.WebKitPatch.irc (   self)

◆ path()

def webkitpy.tool.main.WebKitPatch.path (   self)

◆ should_execute_command()

def webkitpy.tool.main.WebKitPatch.should_execute_command (   self,
  command 
)

◆ should_show_in_main_help()

def webkitpy.tool.main.WebKitPatch.should_show_in_main_help (   self,
  command 
)

Member Data Documentation

◆ action

webkitpy.tool.main.WebKitPatch.action
static

◆ default

webkitpy.tool.main.WebKitPatch.default
static

◆ dest

webkitpy.tool.main.WebKitPatch.dest
static

◆ False

webkitpy.tool.main.WebKitPatch.False
static

◆ global_options

webkitpy.tool.main.WebKitPatch.global_options
static

◆ help

webkitpy.tool.main.WebKitPatch.help
static

◆ irc_password

webkitpy.tool.main.WebKitPatch.irc_password

◆ None

webkitpy.tool.main.WebKitPatch.None
static

◆ status_server

webkitpy.tool.main.WebKitPatch.status_server

◆ type

webkitpy.tool.main.WebKitPatch.type
static

◆ wakeup_event

webkitpy.tool.main.WebKitPatch.wakeup_event

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