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. 
org.redmine.ta.beans Redmine objects (Task, Project, User, Tracker, ...). 
 

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.
 

Uses of IssueCategory in org.redmine.ta.beans
 

Methods in org.redmine.ta.beans that return IssueCategory
 IssueCategory Issue.getCategory()
           
 

Methods in org.redmine.ta.beans with parameters of type IssueCategory
 void Issue.setCategory(IssueCategory category)
           
 



Copyright © 2012. All Rights Reserved.