| Interface | Description |
|---|---|
| RedmineAnonymousService |
Contract of all redmine operations which do not requires any login to server.
|
| RedmineLogguedService |
Contract of all redmine operations that needs a login to be performed.
|
| RedmineService |
The full redmine service with anonymous and loggued methods.
|
| RedmineServiceConfiguration |
Contract of a redmine service configuration.
|
| Class | Description |
|---|---|
| AbstractRedmineService |
Abstract redmine service which boxes the technical
RedmineClient. |
| DefaultRedmineAnonymousService |
Default implementation of
RedmineAnonymousService. |
| DefaultRedmineService |
Default implementation of the
RedmineService. |
| RedmineConfigurationUtil |
Helper methods about configuration.
|
| RedmineConfigurationUtil.SimpleRedmineServiceConfiguration |
Configuration of a redmine service for test purposes.
|
| Exception | Description |
|---|---|
| RedmineServiceException |
An exception to throw when something is wrong in a
RedmineService. |
| RedmineServiceLoginException |
An exception to be thrown when a problem with authentication state in a
RedmineService. |
Copyright © 2009–2014 CodeLutin. All rights reserved.