|
||||||||||
| 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 | |
|---|---|
Iterable<IssuelinksType> |
getIssueLinkTypes(ProgressMonitor progressMonitor)
Retrieves from the server complete list of available issue types |
IssueType |
getIssueType(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected issue type |
Iterable<IssueType> |
getIssueTypes(ProgressMonitor progressMonitor)
Retrieves from the server complete list of available issue type |
Iterable<Priority> |
getPriorities(ProgressMonitor progressMonitor)
Retrieves from the server complete list of available priorities |
Priority |
getPriority(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected priority |
Resolution |
getResolution(URI uri,
ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected resolution |
Iterable<Resolution> |
getResolutions(ProgressMonitor progressMonitor)
Retrieves from the server complete information about selected resolution |
ServerInfo |
getServerInfo(ProgressMonitor progressMonitor)
Retrieves information about this JIRA instance |
Status |
getStatus(URI uri,
ProgressMonitor progressMonitor)
Retrieves complete information about selected status |
| Method Detail |
|---|
IssueType getIssueType(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.)Iterable<IssueType> getIssueTypes(ProgressMonitor progressMonitor)
progressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)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(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(URI uri,
ProgressMonitor progressMonitor)
uri - URI for the priority resourceprogressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)Iterable<Priority> getPriorities(ProgressMonitor progressMonitor)
progressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)
Resolution getResolution(URI uri,
ProgressMonitor progressMonitor)
uri - URI for the resolution resourceprogressMonitor - progress monitor
RestClientException - in case of problems (connectivity, malformed messages, etc.)Iterable<Resolution> getResolutions(ProgressMonitor progressMonitor)
progressMonitor - 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 | |||||||||