|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.changes.Release
public final class Release
Represents a release as defined in the changes.xml file.
Constructor Summary | |
---|---|
Release(String version,
String date,
String description,
Action[] actions)
|
Method Summary | |
---|---|
Action[] |
getActions()
Returns the actions associated with the release. |
String |
getDescription()
Returns the release description. |
String |
getReleaseDate()
Returns the release date. |
String |
getVersion()
Returns the version of the release. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Release(String version, String date, String description, Action[] actions)
Method Detail |
---|
public String getVersion()
public String getReleaseDate()
public String getDescription()
public Action[] getActions()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |