|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| RedmineIssuesMap | Utility class to help convert flat list of Redmine issues to a tree-like structure. |
| RedmineManager | Entry point for the API: use this class to communicate with Redmine servers. |
| Enum Summary | |
|---|---|
| RedmineManager.INCLUDE | |
| Exception Summary | |
|---|---|
| AuthenticationException | AuthenticationException is thrown when a user was not authorized (due to invalid or no API access key used when the server requires authorization) OR the user was recognized, but the user permissions do not allow the operation (e.g. |
| NotFoundException | |
| RedmineException | |
Use RedmineManager class from this package to communicate with Redmine servers.
Logger configuration:
Put a properties file with name "redmine.log.properties" anywhere in the classpath that contains one single entry (key/value pair) for the key "log.level". The log level is global, there is no concept of configuring log levels for separate loggers.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||