From 47f8de7261fa8077a63058d5185e3cbb74983ff7 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 23 Jun 2010 15:12:16 +0200 Subject: Raw HTML documentation generated by JSDoc from Javadoc comments in the code --- docs/html/RHBugzillaPage.html | 1500 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1500 insertions(+) create mode 100644 docs/html/RHBugzillaPage.html (limited to 'docs/html/RHBugzillaPage.html') diff --git a/docs/html/RHBugzillaPage.html b/docs/html/RHBugzillaPage.html new file mode 100644 index 0000000..6268565 --- /dev/null +++ b/docs/html/RHBugzillaPage.html @@ -0,0 +1,1500 @@ + + + + + +RHBugzillaPage + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + +

Class RHBugzillaPage

+
Object
+   |
+   +--RHBugzillaPage
+
+ + +
+
+ +
class + RHBugzillaPage + + +
+ +

+ Defined in rhbzpage.js

+

+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ Field Summary
+  ObjectProfessionalProducts +
+           
+   + + + + + + + + + + + + + + + + + +
+Constructor Summary
+ + + RHBugzillaPage(win, config) + +
+             + +
+ + + +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ +  Object + + + + + addClosingUpstream() + +
+            + Add information about the upstream bug upstream, and closing it. +
+ +  Object + + + + + addTextLink(row) + +
+            + Add a link to the bad attachment for fixing it. +
+ +  void + + + + + centralCommandDispatch(cmdLabel, cmdParams) + +
+            + Additional commands specific for this subclass, overriding superclass one. +
+ +  void + + + + + closeSomeRelease() + +
+            + Auxiliary function to computer more complicated resolution +
+ +  Object + + + + + createFixAllButton(list) + +
+            + Create a button for fixing all bad attachments. +
+ +  Object + + + + + fillInChipMagic() + +
+            + Get attached Xorg.0.log, parse it and find the value of chip. +
+ +  Object + + + + + fillInWhiteBoard(iLine, driverStr) + +
+            + Given line to be parsed, find out which chipset it is and fill in the + whiteboard +
+ +  void + + + + + fixAttachById(id, type, email) + +
+            + The worker function -- call XMLRPC to fix MIME type of the particular + attachment +
+ +  Object + + + + + fixElement(elem, beforeText, accKey, afterText) + +
+            + Add accesskey to the particular element +
+ +  void + + + + + fixingMIMECallBack() + +
+            + Callback function for the XMLRPC request +
+ +  Object + + + + + getBugzillaName(URLhostname) + +
+            + Return string with the ID for the external_id SELECT for external bugzilla +
+ +  Object + + + + + getDefaultAssignee() + +
+            + Find default assignee based on the current component +
+ +  Object + + + + + getSelectionOrClipboard() + +
+            + +
+ +  Object + + + + + isEnterprise() + +
+            + Is this bug a RHEL bug? +
+ +  Object + + + + + isTriaged() + +
+            + Find out whether the bug is needed an attention of bugZappers +
+ +  void + + + + + markBadAttachments() + +
+            + +
+ +  void + + + + + markBugTriaged() + +
+            + +
+ +  Object + + + + + parseAttachmentLine(inElem) + +
+            + Parse the row with the attachment +
+ +  Object + + + + + parseBacktrace(ret) + +
+            + +
+ +  void + + + + + pasteBacktraceInComments() + +
+            + +
+ +  void + + + + + queryForSelection() + +
+            + Get the text to search for and prepare other things for the real executive + function this.queryInNewTab, and run it. +
+ +  Object + + + + + queryInNewTab(text, component, product) + +
+            + Opens a new tab with a query for the given text in the selected component +
+ +  void + + + + + queryUpstream() + +
+            + Search simple query in the upstream bugzilla appropriate for the component. +
+ +  void + + + + + sendBugUpstream() + +
+            + +
+ +  Object + + + + + serializeForm(form) + +
+            + +
+ +  Object + + + + + setBranding() + +
+            + Set branding colours to easily distinguish between Fedora and RHEL bugs +
+ +  Object + + + + + setDefaultAssignee() + +
+            + Set default assignee +
+ +  Object + + + + + toString() + +
+            + +
+ + + +

+ + + + + + + + + + +
Field Detail
+ + + +

ProfessionalProducts

+
Object ProfessionalProducts
+ +
+ + + + + + + + + + + + +
+ Constructor Detail +
+ +

+RHBugzillaPage

+
RHBugzillaPage(win, config)
+ + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ Method Detail +
+ + + + +

addClosingUpstream

+
Object addClosingUpstream()
+ + + + + + + + + + + + + + + + + +
+ + +

addTextLink

+
Object addTextLink(row)
+ + + + + + + + + + + + + + + + + +
+ + +

centralCommandDispatch

+
void centralCommandDispatch(cmdLabel, cmdParams)
+ + + + + + + + + + + + + +
+ + +

closeSomeRelease

+
void closeSomeRelease()
+ + + + + + + + + + + + + +
+ + +

createFixAllButton

+
Object createFixAllButton(list)
+ + + + + + + + + + + + + + + + + +
+ + +

fillInChipMagic

+
Object fillInChipMagic()
+ + + + + + + + + + + + + + + +
+ + +

fillInWhiteBoard

+
Object fillInWhiteBoard(iLine, driverStr)
+ + + + + + + + + + + + + + + + + +
+ + +

fixAttachById

+
void fixAttachById(id, type, email)
+ + + + + + + + + + + + + + + +
+ + +

fixElement

+
Object fixElement(elem, beforeText, accKey, afterText)
+ + + + + + + + + + + + + + + + + +
+ + +

fixingMIMECallBack

+
void fixingMIMECallBack()
+ + + + + + + + + + + + + + + +
+ + +

getBugzillaName

+
Object getBugzillaName(URLhostname)
+ + + + + + + + + + + + + + + + + +
+ + +

getDefaultAssignee

+
Object getDefaultAssignee()
+ + + + + + + + + + + + + + + +
+ + +

getSelectionOrClipboard

+
Object getSelectionOrClipboard()
+ + + + + + + + + + + +
+ + +

isEnterprise

+
Object isEnterprise()
+ + + + + + + + + + + + + + + +
+ + +

isTriaged

+
Object isTriaged()
+ + + + + + + + + + + + + + + +
+ + +

markBadAttachments

+
void markBadAttachments()
+ + + + + + + + + + + +
+ + +

markBugTriaged

+
void markBugTriaged()
+ + + + + + + + + + + +
+ + +

parseAttachmentLine

+
Object parseAttachmentLine(inElem)
+ + + + + + + + + + + + + + + + + +
+ + +

parseBacktrace

+
Object parseBacktrace(ret)
+ + + + + + + + + + + +
+ + +

pasteBacktraceInComments

+
void pasteBacktraceInComments()
+ + + + + + + + + + + +
+ + +

queryForSelection

+
void queryForSelection()
+ + + + + + + + + + + + + +
+ + +

queryInNewTab

+
Object queryInNewTab(text, component, product)
+ + + + + + + + + + + + + + + + + +
+ + +

queryUpstream

+
void queryUpstream()
+ + + + + + + + + + + + + +
+ + +

sendBugUpstream

+
void sendBugUpstream()
+ + + + + + + + + + + +
+ + +

serializeForm

+
Object serializeForm(form)
+ + + + + + + + + + + +
+ + +

setBranding

+
Object setBranding()
+ + + + + + + + + + + + + + + + + +
+ + +

setDefaultAssignee

+
Object setDefaultAssignee()
+ + + + + + + + + + + + + + + +
+ + +

toString

+
Object toString()
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + +
+ + + +
Documentation generated by JSDoc on Wed Jun 23 09:33:14 2010
+ + -- cgit