|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| org.redmine.ta.RedmineManager.createRelation(String, Integer, Integer, String)
use createRelation(Integer issueId, Integer issueToId, String type). "projectKey" parameter is not used anyway. this method will be deleted soon. |
|
| org.redmine.ta.beans.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. |
|
| org.redmine.ta.RedmineManager.updateIssue(Issue)
this method will be deleted in the future releases. use update() method instead Note: This method cannot return the updated Issue from Redmine because the server does not provide any XML in response. |
|
| org.redmine.ta.RedmineManager.updateProject(Project)
this method will be deleted in the future releases. use update() method instead |
|
| org.redmine.ta.RedmineManager.updateTimeEntry(TimeEntry)
this method will be deleted in the future releases. use update() method instead |
|
| org.redmine.ta.RedmineManager.updateUser(User)
this method will be deleted in the future releases. use update() method instead This method cannot return the updated object from Redmine because the server does not provide any XML in response. |
|
| Deprecated Constructors | |
|---|---|
| org.redmine.ta.RedmineManager(String, String, String)
Use RedmineManager(String uri) constructor and then setLogin() , setPassword() |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||