org.apache.maven.plugins.changes.model
Class Release

java.lang.Object
  extended by org.apache.maven.plugins.changes.model.Release
All Implemented Interfaces:
Serializable

public class Release
extends Object
implements Serializable

A single release of this project.

Version:
$Revision: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
Release()
           
 
Method Summary
 void addAction(Action action)
          Method addAction.
 List getActions()
          Method getActions.
 List getActions(String type)
           
 String getDateRelease()
          Get
 String getDescription()
          Get a short description of this release.
 String getVersion()
          Get the version number associated with this release.
 void removeAction(Action action)
          Method removeAction.
 void setActions(List actions)
          Set the list of actions taken for this release.
 void setDateRelease(String dateRelease)
          Set
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Release

public Release()
Method Detail

addAction

public void addAction(Action action)
Method addAction.

Parameters:
action -

getActions

public List getActions()
Method getActions.

Returns:
List

getDateRelease

public String getDateRelease()
Get

The date of this release.

This field can be any String, such as "in SVN" when the version isn't yet released.

Returns:
String

getDescription

public String getDescription()
Get a short description of this release.

Returns:
String

getVersion

public String getVersion()
Get the version number associated with this release.

Returns:
String

removeAction

public void removeAction(Action action)
Method removeAction.

Parameters:
action -

setActions

public void setActions(List actions)
Set the list of actions taken for this release.

Parameters:
actions -

setDateRelease

public void setDateRelease(String dateRelease)
Set

The date of this release.

This field can be any String, such as "in SVN" when the version isn't yet released.

Parameters:
dateRelease -

setDescription

public void setDescription(String description)
Set a short description of this release.

Parameters:
description -

setVersion

public void setVersion(String version)
Set the version number associated with this release.

Parameters:
version -

getActions

public List getActions(String type)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.