Uses of Class
org.shaker.dwu.BugProfile

Uses of BugProfile in org.shaker.dwu
 

Fields in org.shaker.dwu declared as BugProfile
private  BugProfile HTMLMail.bug
          The corresponding BugProfile
private  BugProfile BugDialog.bugProfile
          The Profile of the occured bug
private  BugProfile PlainTextMail.bug
          The corresponding BugProfile
private  BugProfile BugzillaMail.bug
          The corresponding BugProfile
 

Methods in org.shaker.dwu that return BugProfile
static BugProfile DocWhatsUp.createBugProfile(java.lang.Object message, java.lang.String eClass, java.lang.String mailTo)
          Returns, based on the given message, a BugProfile or null, if such a Profile has already been submitted.
static BugProfile DocWhatsUp.createBugProfile(java.lang.Object message, java.lang.String eClass)
          Returns, based on a given message, a BugProfile that will be send to the "alt" address, if not specified otherwise.
Returns null, if such a Profile has already been submitted.
(package private) static BugProfile[] DocWhatsUp.getQueuedBugs()
          Returns all queued BugProfiles as an array.
 

Methods in org.shaker.dwu with parameters of type BugProfile
(package private) static java.lang.String MailEngine.submit(java.awt.Component parent, BugProfile[] profiles)
          Submits an array of BugProfiles and returns a success description.
private static javax.mail.Message[] MailEngine.getMessageArray(javax.mail.Session session, BugProfile[] profs)
          Returns a Message array that encapsulates the BugProfile queue.
private static void MailEngine.submitMsgs(javax.mail.Message[] messages, BugProfile[] profiles)
          Sends an array of messages.
static void DocWhatsUp.showErrDialog(BugProfile profile, java.awt.Frame parent, java.lang.String problem, java.lang.String hint)
          Returns a BugProfile driven error dialog.
 

Constructors in org.shaker.dwu with parameters of type BugProfile
HTMLMail(BugProfile bugProfile)
          Creates the MailBody.
BugDialog(BugProfile profile, java.awt.Frame parent, java.lang.String error, java.lang.String hint)
          Constructor for a BugProfile driven dialog.
PlainTextMail(BugProfile bugProfile)
          Creates the MailBody.
BugzillaMail(BugProfile bugProfile)
          Creates the MailBody.