public interface ReleaseNotesData
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
ContributionSet |
getContributions()
Contributions (authors and commits from VCS)
|
ContributorsSet |
getContributors()
Contributors (authors and links to www pages)
|
java.util.Date |
getDate()
Date of the release
|
java.util.Collection<Improvement> |
getImprovements()
Improvements (issues, pull requests from issue tracker)
|
java.lang.String |
getPreviousVersionVcsTag()
The vcs addressable tag of previous version
|
java.lang.String |
getVcsTag()
The vcs addressable tag of this version
|
java.lang.String |
getVersion()
Version of the released software component
|
java.lang.String getVersion()
java.util.Date getDate()
ContributionSet getContributions()
java.util.Collection<Improvement> getImprovements()
java.lang.String getVcsTag()
java.lang.String getPreviousVersionVcsTag()
ContributorsSet getContributors()