|
| 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) |
| |
| def | __init__ (self) |
| |
| def | initialize_scm (self, patch_directories=None) |
| |
| def | scm (self) |
| |
| def | checkout (self) |
| |
| def | watch_list (self) |
| |
| def | __init__ (self) |
| |
| def | copy_current_environment (self) |
| |
| def | make_file_lock (self, path) |
| |
◆ __init__()
| def webkitpy.tool.main.WebKitPatch.__init__ |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ 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 |
|
) |
| |
◆ 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:
- Tools/Scripts/webkitpy/tool/main.py