Class Release
java.lang.Object
org.apache.maven.plugins.changes.model.AbstractRelease
org.apache.maven.plugins.changes.model.Release
- All Implemented Interfaces:
 Serializable
A single release of this project.
- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addAction.Method getActions.Get the date of this release.Get a short description of this release.Get the version number associated with this release.voidremoveAction(Action action) Method removeAction.voidsetActions(List<Action> actions) Set the list of actions taken for this release.voidsetDateRelease(String dateRelease) Set the date of this release.voidsetDescription(String description) Set a short description of this release.voidsetVersion(String version) Set the version number associated with this release.Methods inherited from class org.apache.maven.plugins.changes.model.AbstractRelease
addComponent, getActions, getComponents 
- 
Constructor Details
- 
Release
public Release() 
 - 
 - 
Method Details
- 
addAction
Method addAction.- Parameters:
 action- a action object.
 - 
getActions
Method getActions.- Specified by:
 getActionsin classAbstractRelease- Returns:
 - List
 
 - 
getDateRelease
Get the date of this release.This field can be any string, such as "in SVN" when the version isn't yet released but the ISO 8601 date format is recommended.
- Returns:
 - String
 
 - 
getDescription
Get a short description of this release.- Returns:
 - String
 
 - 
getVersion
Get the version number associated with this release.- Returns:
 - String
 
 - 
removeAction
Method removeAction.- Parameters:
 action- a action object.
 - 
setActions
Set the list of actions taken for this release.- Parameters:
 actions- a actions object.
 - 
setDateRelease
Set the date of this release.This field can be any string, such as "in SVN" when the version isn't yet released but the ISO 8601 date format is recommended.
- Parameters:
 dateRelease- a dateRelease object.
 - 
setDescription
Set a short description of this release.- Parameters:
 description- a description object.
 - 
setVersion
Set the version number associated with this release.- Parameters:
 version- a version object.
 
 -