Uses of Class
org.kohsuke.jnt.JNIssue.Item

Packages that use JNIssue.Item
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
 

Uses of JNIssue.Item in org.kohsuke.jnt
 

Classes in org.kohsuke.jnt with type parameters of type JNIssue.Item
 class JNIssue.Item<T extends JNIssue.Item>
           
 

Subclasses of JNIssue.Item in org.kohsuke.jnt
 class JNIssue.Activity
           
 class JNIssue.CreationActivity
           
 class JNIssue.Description
          A comment added to an issue.
 class JNIssue.UpdateActivity
           
 

Methods in org.kohsuke.jnt with parameters of type JNIssue.Item
 int JNIssue.Item.compareTo(JNIssue.Item<T> that)
          Compare its timestamps, in ascending order.
 



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