| Interface | Description |
|---|---|
| DryRunAware |
Contract to place on mojo which can change data on a redmine server and
can then have a dry run behaviour.
|
| IssueCollectorConfiguration |
A simple contract to define the configuration of an issues collector.
|
| RedmineProjectAware |
Contract to place on mojo which needs a project name redmine context.
|
| RedmineVersionAware |
Contract to place on mojo which needs a version name redmine context.
|
| Class | Description |
|---|---|
| AbstractRedmineMojo |
Abstract redmine mojo.
|
| AbstractRedmineMojoWithProject |
Abstract redmine mojo whihc need a redmine project context.
|
| AbstractRedmineMojoWithProjectAndVersion |
Abstract redmine mojo which needs a redmine project and version context.
|
| DisplayDataMojo |
Display in console some data from redmine's server.
|
| GenerateChangesMojo |
Generates the changes.xml file from the Redmine's server to be used
by the maven-changes-plugin to generates the release report and send
the annoncement mail at a release time.
|
| IssuesCollector |
A class to collect some issues due to given filters.
|
| LoginMojo |
Obtain login for the redmine server to use.
|
| NextVersionMojo |
Prepare the next version to be used.
|
| PublishAttachmentsMojo |
Publish files for a given project and version on redmine server.
|
| PublishNewsMojo |
Publish a news on redmine server.
|
| UpdateVersionMojo |
Create or update a version on redmine server.
|
Copyright © 2009-2012 CodeLutin. All Rights Reserved.