com.atlassian.jira.rest.client
Interface JiraRestClient


public interface JiraRestClient

Main access point to REST client. As there are many types resources exposed by JIRA REST API, various resources are grouped into clusters and then handled by different specialized *RestClient classes.

Since:
v0.1

Method Summary
 ComponentRestClient getComponentClient()
           
 IssueRestClient getIssueClient()
           
 MetadataRestClient getMetadataClient()
           
 ProjectRestClient getProjectClient()
           
 SearchRestClient getSearchClient()
           
 SessionRestClient getSessionClient()
           
 UserRestClient getUserClient()
           
 VersionRestClient getVersionRestClient()
           
 

Method Detail

getIssueClient

IssueRestClient getIssueClient()
Returns:
client for performing operations on selected issue

getSessionClient

SessionRestClient getSessionClient()
Returns:
the client handling session information

getUserClient

UserRestClient getUserClient()
Returns:
the client handling full user information

getProjectClient

ProjectRestClient getProjectClient()
Returns:
the client handling project metadata

getComponentClient

ComponentRestClient getComponentClient()
Returns:
the client handling components

getMetadataClient

MetadataRestClient getMetadataClient()
Returns:
the client handling basic meta-data (data dictionaries defined in JIRA - like resolutions, statuses, priorities)

getSearchClient

SearchRestClient getSearchClient()
Returns:
the client handling search (e.g. JQL)

getVersionRestClient

VersionRestClient getVersionRestClient()
Returns:
the client handling project versions


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.