Uses of Class
org.redmine.ta.beans.Issue

Packages that use Issue
org.redmine.ta Use RedmineManager class from this package to communicate with Redmine servers. 
 

Uses of Issue in org.redmine.ta
 

Methods in org.redmine.ta that return Issue
 Issue RedmineManager.createIssue(String projectKey, Issue issue)
          Sample usage:

 Issue RedmineManager.getIssueById(Integer id, RedmineManager.INCLUDE... include)
           
 

Methods in org.redmine.ta that return types with arguments of type Issue
 List<Issue> RedmineManager.getIssues(Map<String,String> pParameters)
          Generic method to search for issues.
 List<Issue> RedmineManager.getIssues(String projectKey, Integer queryId, RedmineManager.INCLUDE... include)
           
 List<Issue> RedmineManager.getIssuesBySummary(String projectKey, String summaryField)
          There could be several issues with the same summary, so the method returns List.
 

Methods in org.redmine.ta with parameters of type Issue
 Issue RedmineManager.createIssue(String projectKey, Issue issue)
          Sample usage:

 void RedmineManager.deleteIssueRelations(Issue redmineIssue)
          Delete all issue's relations
 void RedmineManager.updateIssue(Issue issue)
          Deprecated. 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.
 



Copyright © 2012. All Rights Reserved.