|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugins.changes.model.Release
public class Release
A single release of this project.
Constructor Summary | |
---|---|
Release()
|
Method Summary | |
---|---|
void |
addAction(Action action)
Method addAction. |
void |
addComponent(String name,
Release release)
|
List<Action> |
getActions()
Method getActions. |
List |
getActions(String type)
|
List |
getComponents()
|
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<Action> 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 |
---|
public Release()
Method Detail |
---|
public void addAction(Action action)
action
- public List<Action> getActions()
public String getDateRelease()
The date of this release.
This field can be any String, such as "in SVN" when the version isn't yet released.
public String getDescription()
public String getVersion()
public void removeAction(Action action)
action
- public void setActions(List<Action> actions)
actions
- public void setDateRelease(String dateRelease)
The date of this release.
This field can be any String, such as "in SVN" when the version isn't yet released.
dateRelease
- public void setDescription(String description)
description
- public void setVersion(String version)
version
- public List getActions(String type)
public void addComponent(String name, Release release)
public List getComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |