org.kohsuke.jnt.tools
Class NewBugEmail

java.lang.Object
  extended by org.kohsuke.jnt.tools.NewBugEmail

public class NewBugEmail
extends Object

Represents the notification e-mail from BugZilla about a new bug.

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Field Summary
 JNProject project
          Project to which this bug is reported.
 JNUser reportedBy
          User name who reported the problem.
 
Constructor Summary
NewBugEmail(JavaNet connection, Reader mail)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reportedBy

public final JNUser reportedBy
User name who reported the problem.


project

public final JNProject project
Project to which this bug is reported.

Constructor Detail

NewBugEmail

public NewBugEmail(JavaNet connection,
                   Reader mail)
            throws IOException,
                   ParseException,
                   ProcessingException
Throws:
IOException
ParseException
ProcessingException


Copyright © 2003-2010 Kohsuke Kawaguchi. All Rights Reserved.