|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||