com.atlassian.jira.rest.client
Interface SessionRestClient


public interface SessionRestClient

Client handling the current user session

Since:
v0.1

Method Summary
 Session getCurrentSession(ProgressMonitor progressMonitor)
           
 

Method Detail

getCurrentSession

Session getCurrentSession(ProgressMonitor progressMonitor)
                          throws RestClientException
Parameters:
progressMonitor - progress monitor
Returns:
information about current session
Throws:
RestClientException - in case of problems (connectivity, malformed messages, etc.)


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.