|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugins.changes.model.Release
A single release of this project.
Constructor Summary | |
Release()
|
Method Summary | |
void |
addAction(Action action)
Method addAction. |
java.util.List |
getActions()
Method getActions. |
java.util.List |
getActions(java.lang.String type)
|
java.lang.String |
getDateRelease()
Get |
java.lang.String |
getDescription()
Get A short description of this release. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getVersion()
Get The version number associated with this release. |
void |
removeAction(Action action)
Method removeAction. |
void |
setActions(java.util.List actions)
Set the list of actions taken for this release. |
void |
setDateRelease(java.lang.String dateRelease)
Set |
void |
setDescription(java.lang.String description)
Set A short description of this release. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setVersion(java.lang.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 java.util.List getActions()
public java.lang.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 java.lang.String getDescription()
public java.lang.String getVersion()
public void removeAction(Action action)
action
- public void setActions(java.util.List actions)
actions
- public void setDateRelease(java.lang.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(java.lang.String description)
description
- public void setVersion(java.lang.String version)
version
- public java.util.List getActions(java.lang.String type)
public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |