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

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

Uses of IssueCategory in org.redmine.ta
 

Methods in org.redmine.ta that return IssueCategory
 IssueCategory RedmineManager.createCategory(IssueCategory category)
          creates a new IssueCategory for the Project contained.
 

Methods in org.redmine.ta that return types with arguments of type IssueCategory
 List<IssueCategory> RedmineManager.getCategories(int projectID)
          delivers a list of IssueCategorys of a Project
 

Methods in org.redmine.ta with parameters of type IssueCategory
 IssueCategory RedmineManager.createCategory(IssueCategory category)
          creates a new IssueCategory for the Project contained.
 void RedmineManager.deleteCategory(IssueCategory category)
          deletes an IssueCategory.
 



Copyright © 2012. All Rights Reserved.