|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.jnt.JNIssueTracker
public final class JNIssueTracker
java.net issue tracker (IssueZilla) in one project.
Method Summary | |
---|---|
Map<Integer,JNIssue> |
get(int... ids)
Gets multiple issues at once. |
JNIssue |
get(int id)
Gets the issue of the specified id. |
Map<Integer,JNIssue> |
getAll()
Gets all the issues in this issue tracker. |
JNIssueComponent |
getComponent(String name)
|
Map<String,JNIssueComponent> |
getComponents()
Gets the issue tracker components. |
Map<Integer,JNIssue> |
getRange(int start,
int end)
Gets multiple issues at once, by spcifying a range [start,end) |
Map<Integer,JNIssue> |
getUpdatedIssues(Calendar start,
Calendar end)
Gets all the issues updated during the specified time span. |
Map<Integer,JNIssue> |
getUpdatedIssues(Date start)
Gets all the issues updated since the given time stamp. |
Map<Integer,JNIssue> |
getUpdatedIssues(Date start,
Date end)
|
JNIssue |
load(int id,
InputStream in)
Loads the issue persisted by JNIssue.save(OutputStream) . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public JNIssue get(int id) throws ProcessingException
get(int...)
ProcessingException
public Map<Integer,JNIssue> get(int... ids) throws ProcessingException
JNIssue
. It contains entries for
all the specified IDs that actually exist. Non-existent issue ID
in the argument will not be an error, but the returned map won't have
entries for such IDs.
ProcessingException
public Map<Integer,JNIssue> getRange(int start, int end) throws ProcessingException
ProcessingException
public Map<Integer,JNIssue> getAll() throws ProcessingException
ProcessingException
public JNIssue load(int id, InputStream in) throws ProcessingException
JNIssue.save(OutputStream)
.
ProcessingException
public Map<Integer,JNIssue> getUpdatedIssues(Calendar start, Calendar end) throws ProcessingException
This wraps http://www.jini.org/nonav/docs/ProjectOwnerIssues.html#xml
JNIssue
. It contains entries for
all the specified IDs.
ProcessingException
public Map<Integer,JNIssue> getUpdatedIssues(Date start, Date end) throws ProcessingException
ProcessingException
public Map<Integer,JNIssue> getUpdatedIssues(Date start) throws ProcessingException
ProcessingException
public JNIssueComponent getComponent(String name) throws ProcessingException
ProcessingException
public Map<String,JNIssueComponent> getComponents() throws ProcessingException
This requires project admin provilege.
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |