public class RedmineRestClient
extends org.nuiton.io.rest.RestClient
RestClient to access a Redmine server via the
redmine_rest rails plugin.
|
| Constructor and Description |
|---|
RedmineRestClient() |
RedmineRestClient(org.nuiton.io.rest.RestClientConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close(org.nuiton.io.rest.RestSession session) |
RedmineServiceConfiguration |
getConfiguration() |
org.nuiton.io.rest.RequestFactory |
getRequestFactory() |
protected void |
login(org.nuiton.io.rest.RestSession session) |
protected void |
open(org.nuiton.io.rest.RestSession session) |
protected void |
ping(org.nuiton.io.rest.RestSession session) |
public RedmineRestClient()
public RedmineRestClient(org.nuiton.io.rest.RestClientConfiguration configuration)
public org.nuiton.io.rest.RequestFactory getRequestFactory()
getRequestFactory in class org.nuiton.io.rest.RestClientprotected void open(org.nuiton.io.rest.RestSession session)
throws IOException
open in class org.nuiton.io.rest.RestClientIOExceptionprotected void close(org.nuiton.io.rest.RestSession session)
throws IOException
close in class org.nuiton.io.rest.RestClientIOExceptionprotected void ping(org.nuiton.io.rest.RestSession session)
throws IOException
IOExceptionprotected void login(org.nuiton.io.rest.RestSession session)
throws IOException
IOExceptionpublic RedmineServiceConfiguration getConfiguration()
getConfiguration in class org.nuiton.io.rest.RestClientCopyright © 2009-2012 CodeLutin. All Rights Reserved.