See: Description
Class | Description |
---|---|
AttachmentManager |
Works with Attachments (files).
|
CustomFieldManager |
Works with Custom Field Definitions (read-only at this moment).
|
IssueManager |
Works with Issues, Time Entries, Issue Statuses, Issue Relations.
|
MembershipManager |
Works with User-Project Memberships.
|
Params | |
ProjectManager |
Works with Projects and their Versions.
|
RedmineManager |
Wrapper to hold all manager classes.
|
RedmineManagerFactory |
Entry point for the API.
|
TimeEntryManager |
Class to operate on Time Entry instances.
|
UserManager |
Works with Users and Groups.
|
WikiManager |
Works with Wiki entries (read-only at this moment).
|
Enum | Description |
---|---|
Include |
Use these flags to indicate what needs to be loaded from the server.
|
Exception | Description |
---|---|
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.
|
NotAuthorizedException |
The user was authenticated successfully, but it does not have required privileges for the operation.
|
NotFoundException | |
RedmineAuthenticationException |
User or password (or API access key) not recognized.
|
RedmineCommunicationException |
Some I/O error
|
RedmineConfigurationException |
Some Redmine configuration is not set properly.
|
RedmineException | |
RedmineFormatException | |
RedmineInternalError | |
RedmineProcessingException | |
RedmineSecurityException |
covers two cases:
user or password not recognized
authenticated successfully, but the operation is not permitted for this user
|
RedmineTransportException |
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.