__init__(self, committers=committers.CommitterList()) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
add_attachment_to_bug(self, bug_id, file_or_string, description, filename=None, comment_text=None, mimetype=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
add_attachment_url(self, bug_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
add_cc_to_bug(self, bug_id, email_address_list) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
add_patch_to_bug(self, bug_id, file_or_string, description, comment_text=None, mark_for_review=False, mark_for_commit_queue=False, mark_for_landing=False) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
add_user_to_groups(self, user_id, group_names) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
attachment_url_for_id(self, attachment_id, action="view") | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
authenticate(self) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
authenticated | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
browser | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | static |
bug_id_for_attachment_id(self, attachment_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
bug_url_for_bug_id(self, bug_id, xml=False) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
cached_quips | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
clear_attachment_flags(self, attachment_id, additional_comment_text=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
close_bug_as_fixed(self, bug_id, comment_text=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
committers | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
create_bug(self, bug_title, bug_description, component=None, diff=None, patch_description=None, cc=None, blocked=None, assignee=None, mark_for_review=False, mark_for_commit_queue=False) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
edit_user_parser | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
edit_user_url_for_id(self, user_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
fetch_attachment(self, attachment_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
fetch_attachment_contents(self, attachment_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
fetch_bug(self, bug_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
fetch_bug_dictionary(self, bug_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
fetch_user(self, user_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
obsolete_attachment(self, attachment_id, comment_text=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
post_comment_to_bug(self, bug_id, comment_text, cc=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
queries | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
quips(self) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
reassign_bug(self, bug_id, assignee=None, comment_text=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
reopen_bug(self, bug_id, comment_text) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
set_flag_on_attachment(self, attachment_id, flag_name, flag_value, comment_text=None) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
setdefaulttimeout(self, value) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
short_bug_url_for_bug_id(self, bug_id) | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |
username | webkitpy.common.net.bugzilla.bugzilla.Bugzilla | |