|
Interface Summary |
| AddressableEntity |
Any REST resource representation with URI to itself (or to its complete version - when partial representation
is embedded in other resources) |
| AuthenticationHandler |
Interface for classes which authenticate the requests. |
| Callback |
|
| ComponentRestClient |
The com.atlassian.jira.rest.client.api handling component resources |
| ExpandableResource |
TODO: Document this class / interface here |
| IdentifiableEntity<T> |
This interface should be implemented by all entities that have unique ID field. |
| IssueRestClient |
The com.atlassian.jira.rest.client.api handling issue resources. |
| JiraRestClient |
Main access point to REST com.atlassian.jira.rest.client.api. |
| JiraRestClientFactory |
Factory for producing JIRA REST com.atlassian.jira.client with selected authentication handler |
| MetadataRestClient |
Serves information about JIRA metadata like server information, issue types defined, stati, priorities and resolutions. |
| NamedEntity |
Implemented by any resource that has a name. |
| ProjectRestClient |
The com.atlassian.jira.rest.client.api handling project resources. |
| ProjectRolesRestClient |
The com.atlassian.jira.rest.client.api handling roles resources. |
| SearchRestClient |
The client handling search REST resource |
| SessionRestClient |
Client handling the current user session |
| UserRestClient |
The com.atlassian.jira.rest.client.api handling user resources. |
| VersionRestClient |
The com.atlassian.jira.rest.client.api responsible for Project version(s) related operations |