org.kohsuke.jnt
Class JNIssue.Description

java.lang.Object
  extended by org.kohsuke.jnt.JNIssue.Item<JNIssue.Description>
      extended by org.kohsuke.jnt.JNIssue.Description
All Implemented Interfaces:
Comparable<JNIssue.Item<JNIssue.Description>>
Enclosing class:
JNIssue

public final class JNIssue.Description
extends JNIssue.Item<JNIssue.Description>

A comment added to an issue.


Method Summary
 JNUser getAuthor()
          Gets the user who added this comment.
 String getText()
          Gets the actual comment text.
 Calendar getTimestamp()
          Gets the timestamp when this comment was added.
 
Methods inherited from class org.kohsuke.jnt.JNIssue.Item
compareTo, getAge, getNext, getParent, getPrev
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthor

public JNUser getAuthor()
Gets the user who added this comment.

Specified by:
getAuthor in class JNIssue.Item<JNIssue.Description>

getTimestamp

public Calendar getTimestamp()
Gets the timestamp when this comment was added.

Specified by:
getTimestamp in class JNIssue.Item<JNIssue.Description>

getText

public String getText()
Gets the actual comment text.



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