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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Method addAction.Method getActions.Get the date of this release.Get a short description of this release.Get the version number associated with this release.void
removeAction
(Action action) Method removeAction.void
setActions
(List<Action> actions) Set the list of actions taken for this release.void
setDateRelease
(String dateRelease) Set the date of this release.void
setDescription
(String description) Set a short description of this release.void
setVersion
(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:
getActions
in 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.
-