Uses of Class
org.kohsuke.jnt.JNIssue

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

Uses of JNIssue in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JNIssue
 JNIssue JNIssueTracker.get(int id)
          Gets the issue of the specified id.
 JNIssue JNIssue.Item.getParent()
           
 

Methods in org.kohsuke.jnt that return types with arguments of type JNIssue
 Map<Integer,JNIssue> JNIssueTracker.get(int... ids)
          Gets multiple issues at once.
 Map<Integer,JNIssue> JNIssueTracker.getAll()
          Gets all the issues in this issue tracker.
 Map<Integer,JNIssue> JNIssueTracker.getRange(int start, int end)
          Gets multiple issues at once, by spcifying a range [start,end)
 Map<Integer,JNIssue> JNIssueTracker.getUpdatedIssues(Calendar start, Calendar end)
          Gets all the issues updated during the specified time span.
 



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