|
||||||||||
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.
Nested Class Summary | |
---|---|
class |
JNIssueTracker.Action
Action metadata |
Method Summary | |
---|---|
IssueCreator |
createIssue()
Gets the IssueCreator object for creating new issue |
Map<Integer,JNIssue> |
get(int... ids)
Gets multiple issues at once. |
JNIssue |
get(int id)
Gets the issue of the specified id. |
List<JNIssueTracker.Action> |
getActions(String fromState)
|
Map<Integer,JNIssue> |
getAll()
Gets all the issues in this issue tracker. |
JNIssueComponent |
getComponent(String name)
Gets an issue tracker component by its name. |
Map<String,JNIssueComponent> |
getComponents()
Returns the components in this issue tracker. |
Map<Integer,JNIssue> |
getIssuesByQuery(String queryName)
Runs the requested stored query |
List<String> |
getIssueTypes()
|
List<String> |
getKeywords()
|
org.dom4j.Element |
getMetadata()
Gets the issue tracker metadata |
Map<Integer,JNIssue> |
getMyIssues()
Runs the default query - My issues |
List<String> |
getOpSystems()
|
List<String> |
getPlatforms()
|
List<String> |
getPriorities()
|
Map<Integer,JNIssue> |
getRange(int start,
int end)
Gets multiple issues at once, by spcifying a range [start,end) |
List<String> |
getResolutions()
|
List<String> |
getStatus()
|
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 org.dom4j.Element getMetadata() throws ProcessingException
ProcessingException
public List<String> getIssueTypes() throws ProcessingException
ProcessingException
public List<String> getPriorities() throws ProcessingException
ProcessingException
public List<String> getStatus() throws ProcessingException
ProcessingException
public List<String> getResolutions() throws ProcessingException
ProcessingException
public List<String> getOpSystems() throws ProcessingException
ProcessingException
public List<String> getPlatforms() throws ProcessingException
ProcessingException
public List<String> getKeywords() throws ProcessingException
ProcessingException
public List<JNIssueTracker.Action> getActions(String fromState) throws ProcessingException
ProcessingException
public Map<String,JNIssueComponent> getComponents() throws ProcessingException
ProcessingException
public IssueCreator createIssue() throws ProcessingException
IssueCreator
object for creating new issue
ProcessingException
public Map<Integer,JNIssue> getIssuesByQuery(String queryName) throws ProcessingException
ProcessingException
public Map<Integer,JNIssue> getMyIssues() throws ProcessingException
ProcessingException
public JNIssueComponent getComponent(String name) throws ProcessingException
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |