Class and Description |
---|
com.taskadapter.redmineapi.RedmineOptions
Create
TransportConfiguration instread. This options
are actually HttpClient options leaked into redmine manager. |
Method and Description |
---|
com.taskadapter.redmineapi.RedmineManagerFactory.createUnauthenticated(String, RedmineOptions) |
com.taskadapter.redmineapi.RedmineManagerFactory.createWithApiKey(String, String, RedmineOptions) |
com.taskadapter.redmineapi.RedmineManagerFactory.createWithUserAuth(String, String, String, RedmineOptions) |
com.taskadapter.redmineapi.bean.Project.getProjectPublic()
is_public property is only for writing. This getter is only for JSON serialization.
The value is not returned by server (checked with Redmine 2.3.3).
Here's the bug report submitted against Redmine REST API: http://www.redmine.org/issues/17628
|
com.taskadapter.redmineapi.bean.User.setApiKey(String) |
com.taskadapter.redmineapi.bean.Issue.setPriorityText(String)
This method has no effect when creating issues on Redmine Server, so we might as well just delete it
in the future releases.
|