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()
           
 JNIssue JNIssueTracker.load(int id, InputStream in)
          Loads the issue persisted by save(OutputStream).
 

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.getIssuesByQuery(String queryName)
          Runs the requested stored query
 Map<Integer,JNIssue> JNIssueTracker.getMyIssues()
          Runs the default query - My issues
 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.
 Map<Integer,JNIssue> JNIssueTracker.getUpdatedIssues(Date start)
          Gets all the issues updated since the given time stamp.
 Map<Integer,JNIssue> JNIssueTracker.getUpdatedIssues(Date start, Date end)
           
 

Methods in org.kohsuke.jnt with parameters of type JNIssue
 IssueEditor IssueEditor.duplicateOf(JNIssue issue)
          Marks this issue as a duplicate of another issue.
 



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