|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.scmchangelog.changelog.Release
public class Release
Represents a release of the product. A release is a list of log entries for a tag.
ScmLogEntry,
Tag| Constructor Summary | |
|---|---|
Release(Tag releaseTag,
List logEntries)
Creates a new instance of Release |
|
| Method Summary | |
|---|---|
List |
getEntries()
Return the log entries for his release. |
Tag |
getTag()
Return the tag for his release. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Release(Tag releaseTag,
List logEntries)
releaseTag - the tag corresponding to this release.logEntries - the log entries for this release.| Method Detail |
|---|
public List getEntries()
public Tag getTag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||