|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RedmineManager.INCLUDE | |
|---|---|
| org.redmine.ta | Use RedmineManager class from this package to communicate with Redmine servers. |
| Uses of RedmineManager.INCLUDE in org.redmine.ta |
|---|
| Methods in org.redmine.ta 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 org.redmine.ta 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||