◆ __init__()
def webkitpy.common.net.bugzilla.bug.Bug.__init__ |
( |
|
self, |
|
|
|
bug_dictionary, |
|
|
|
bugzilla |
|
) |
| |
◆ assigned_to_email()
def webkitpy.common.net.bugzilla.bug.Bug.assigned_to_email |
( |
|
self | ) |
|
◆ attachments()
def webkitpy.common.net.bugzilla.bug.Bug.attachments |
( |
|
self, |
|
|
|
include_obsolete = False |
|
) |
| |
◆ cc_emails()
def webkitpy.common.net.bugzilla.bug.Bug.cc_emails |
( |
|
self | ) |
|
◆ comments()
def webkitpy.common.net.bugzilla.bug.Bug.comments |
( |
|
self | ) |
|
◆ commit_queued_patches()
def webkitpy.common.net.bugzilla.bug.Bug.commit_queued_patches |
( |
|
self, |
|
|
|
include_invalid = False |
|
) |
| |
◆ commit_revision()
def webkitpy.common.net.bugzilla.bug.Bug.commit_revision |
( |
|
self | ) |
|
◆ duplicate_of()
def webkitpy.common.net.bugzilla.bug.Bug.duplicate_of |
( |
|
self | ) |
|
◆ id()
def webkitpy.common.net.bugzilla.bug.Bug.id |
( |
|
self | ) |
|
◆ is_closed()
def webkitpy.common.net.bugzilla.bug.Bug.is_closed |
( |
|
self | ) |
|
◆ is_in_comments()
def webkitpy.common.net.bugzilla.bug.Bug.is_in_comments |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ is_open()
def webkitpy.common.net.bugzilla.bug.Bug.is_open |
( |
|
self | ) |
|
◆ is_unassigned()
def webkitpy.common.net.bugzilla.bug.Bug.is_unassigned |
( |
|
self | ) |
|
◆ patches()
def webkitpy.common.net.bugzilla.bug.Bug.patches |
( |
|
self, |
|
|
|
include_obsolete = False |
|
) |
| |
◆ reporter_email()
def webkitpy.common.net.bugzilla.bug.Bug.reporter_email |
( |
|
self | ) |
|
◆ reviewed_patches()
def webkitpy.common.net.bugzilla.bug.Bug.reviewed_patches |
( |
|
self, |
|
|
|
include_invalid = False |
|
) |
| |
◆ status()
def webkitpy.common.net.bugzilla.bug.Bug.status |
( |
|
self | ) |
|
◆ title()
def webkitpy.common.net.bugzilla.bug.Bug.title |
( |
|
self | ) |
|
◆ unreviewed_patches()
def webkitpy.common.net.bugzilla.bug.Bug.unreviewed_patches |
( |
|
self | ) |
|
◆ bug_dictionary
webkitpy.common.net.bugzilla.bug.Bug.bug_dictionary |
◆ unassigned_emails
webkitpy.common.net.bugzilla.bug.Bug.unassigned_emails |
|
static |
Initial value:= frozenset([
"webkit-unassigned@lists.webkit.org",
])
The documentation for this class was generated from the following file:
- Tools/Scripts/webkitpy/common/net/bugzilla/bug.py