|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetadataRestClient
Serves information about JIRA metadata like server information, issue types defined, stati, priorities and resolutions. This data constitutes a data dictionary which then JIRA issues base on.
| Method Summary | |
|---|---|
java.lang.Iterable<IssuelinksType> |
getIssueLinkTypes(ProgressMonitor progressMonitor)
Retrieves from the server complete list of available issue types |
IssueType |
getIssueType(java.net.URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected issue type |
Priority |
getPriority(java.net.URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected priority |
Resolution |
getResolution(java.net.URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected resolution |
ServerInfo |
getServerInfo(ProgressMonitor progressMonitor)
Retrieves information about this JIRA instance |
Status |
getStatus(java.net.URI uri,
ProgressMonitor progressMonitor)
Retrieves complete information about selected status |
| Method Detail |
|---|
IssueType getIssueType(java.net.URI uri,
ProgressMonitor progressMonitor)
uri - URI to issue type resource (one can get it e.g. from self attribute
of issueType field of an issue).progressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)java.lang.Iterable<IssuelinksType> getIssueLinkTypes(ProgressMonitor progressMonitor)
progressMonitor - progress monitor
RestClientException - in case of problems (if linking is disabled on the server, connectivity, malformed messages, etc.)
Status getStatus(java.net.URI uri,
ProgressMonitor progressMonitor)
uri - URI to this status resource (one can get it e.g. from self attribute
of status field of an issue)progressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)
Priority getPriority(java.net.URI uri,
ProgressMonitor progressMonitor)
uri - URI for the priority resourceprogressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)
Resolution getResolution(java.net.URI uri,
ProgressMonitor progressMonitor)
uri - URI for the resolution resourceprogressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)ServerInfo getServerInfo(ProgressMonitor progressMonitor)
progressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||