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

Public Member Functions

def __init__ (self, attachment_dictionary, bug)
 
def id (self)
 
def attacher (self)
 
def attacher_email (self)
 
def bug (self)
 
def bug_id (self)
 
def is_patch (self)
 
def is_obsolete (self)
 
def is_rollout (self)
 
def name (self)
 
def attach_date (self)
 
def review (self)
 
def commit_queue (self)
 
def url (self)
 
def contents (self)
 
def reviewer (self)
 
def committer (self)
 

Static Public Attributes

string rollout_preamble = "ROLLOUT of r"
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.net.bugzilla.attachment.Attachment.__init__ (   self,
  attachment_dictionary,
  bug 
)

Member Function Documentation

◆ attach_date()

def webkitpy.common.net.bugzilla.attachment.Attachment.attach_date (   self)

◆ attacher()

def webkitpy.common.net.bugzilla.attachment.Attachment.attacher (   self)

◆ attacher_email()

def webkitpy.common.net.bugzilla.attachment.Attachment.attacher_email (   self)

◆ bug()

def webkitpy.common.net.bugzilla.attachment.Attachment.bug (   self)

◆ bug_id()

def webkitpy.common.net.bugzilla.attachment.Attachment.bug_id (   self)

◆ commit_queue()

def webkitpy.common.net.bugzilla.attachment.Attachment.commit_queue (   self)

◆ committer()

def webkitpy.common.net.bugzilla.attachment.Attachment.committer (   self)

◆ contents()

def webkitpy.common.net.bugzilla.attachment.Attachment.contents (   self)

◆ id()

def webkitpy.common.net.bugzilla.attachment.Attachment.id (   self)

◆ is_obsolete()

def webkitpy.common.net.bugzilla.attachment.Attachment.is_obsolete (   self)

◆ is_patch()

def webkitpy.common.net.bugzilla.attachment.Attachment.is_patch (   self)

◆ is_rollout()

def webkitpy.common.net.bugzilla.attachment.Attachment.is_rollout (   self)

◆ name()

def webkitpy.common.net.bugzilla.attachment.Attachment.name (   self)

◆ review()

def webkitpy.common.net.bugzilla.attachment.Attachment.review (   self)

◆ reviewer()

def webkitpy.common.net.bugzilla.attachment.Attachment.reviewer (   self)

◆ url()

def webkitpy.common.net.bugzilla.attachment.Attachment.url (   self)

Member Data Documentation

◆ rollout_preamble

string webkitpy.common.net.bugzilla.attachment.Attachment.rollout_preamble = "ROLLOUT of r"
static

The documentation for this class was generated from the following file: