|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in org.kohsuke.jnt with parameters of type JNIssue | |
---|---|
IssueEditor |
IssueEditor.duplicateOf(JNIssue issue)
Marks this issue as a duplicate of another issue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |