webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webkitpy.common.net.bugzilla.bug.Bug Class Reference
Inheritance diagram for webkitpy.common.net.bugzilla.bug.Bug:

Public Member Functions

def __init__ (self, bug_dictionary, bugzilla)
 
def id (self)
 
def title (self)
 
def reporter_email (self)
 
def assigned_to_email (self)
 
def cc_emails (self)
 
def is_unassigned (self)
 
def status (self)
 
def is_open (self)
 
def is_closed (self)
 
def duplicate_of (self)
 
def attachments (self, include_obsolete=False)
 
def patches (self, include_obsolete=False)
 
def unreviewed_patches (self)
 
def reviewed_patches (self, include_invalid=False)
 
def commit_queued_patches (self, include_invalid=False)
 
def comments (self)
 
def is_in_comments (self, message)
 
def commit_revision (self)
 

Public Attributes

 bug_dictionary
 

Static Public Attributes

 unassigned_emails
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.net.bugzilla.bug.Bug.__init__ (   self,
  bug_dictionary,
  bugzilla 
)

Member Function Documentation

◆ 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)

Member Data Documentation

◆ 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: