|
def | __init__ (self) |
|
def | create_bug_from_commit (self, options, args, tool) |
|
def | create_bug_from_patch (self, options, args, tool) |
|
def | prompt_for_bug_title_and_comment (self) |
|
def | execute (self, options, args, tool) |
|
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) |
|
◆ __init__()
def webkitpy.tool.commands.upload.CreateBug.__init__ |
( |
|
self | ) |
|
◆ create_bug_from_commit()
def webkitpy.tool.commands.upload.CreateBug.create_bug_from_commit |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool |
|
) |
| |
◆ create_bug_from_patch()
def webkitpy.tool.commands.upload.CreateBug.create_bug_from_patch |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool |
|
) |
| |
◆ execute()
def webkitpy.tool.commands.upload.CreateBug.execute |
( |
|
self, |
|
|
|
options, |
|
|
|
args, |
|
|
|
tool |
|
) |
| |
◆ prompt_for_bug_title_and_comment()
def webkitpy.tool.commands.upload.CreateBug.prompt_for_bug_title_and_comment |
( |
|
self | ) |
|
◆ argument_names
webkitpy.tool.commands.upload.CreateBug.argument_names |
|
static |
◆ help_text
webkitpy.tool.commands.upload.CreateBug.help_text |
|
static |
◆ name
webkitpy.tool.commands.upload.CreateBug.name |
|
static |
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/tool/commands/upload.py