Uses of Class
com.taskadapter.redmineapi.RedmineManager.INCLUDE

Packages that use RedmineManager.INCLUDE
com.taskadapter.redmineapi Use RedmineManager class from this package to communicate with Redmine servers. 
 

Uses of RedmineManager.INCLUDE in com.taskadapter.redmineapi
 

Methods in com.taskadapter.redmineapi that return RedmineManager.INCLUDE
static RedmineManager.INCLUDE RedmineManager.INCLUDE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RedmineManager.INCLUDE[] RedmineManager.INCLUDE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.taskadapter.redmineapi with parameters of type RedmineManager.INCLUDE
 Issue RedmineManager.getIssueById(Integer id, RedmineManager.INCLUDE... include)
           
 List<Issue> RedmineManager.getIssues(String projectKey, Integer queryId, RedmineManager.INCLUDE... include)
           
 



Copyright © 2012. All Rights Reserved.