org.kohsuke.jnt.tools
Class NewBugEmail
java.lang.Object
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)
reportedBy
public final JNUser reportedBy
- User name who reported the problem.
project
public final JNProject project
- Project to which this bug is reported.
NewBugEmail
public NewBugEmail(JavaNet connection,
Reader mail)
throws IOException,
ParseException,
ProcessingException
- Throws:
IOException
ParseException
ProcessingException
Copyright © 2003-2010 Kohsuke Kawaguchi. All Rights Reserved.