Uses of Class
org.apache.maven.plugins.changes.model.Release
Package
Description
-
Uses of Release in org.apache.maven.plugins.changes
Modifier and TypeMethodDescriptionstatic Release
ReleaseUtils.getLatestRelease
(List<Release> releases, String pomVersion) Get the latest release by matching the supplied releases with the version from the pom.protected static Release
ReleaseUtils.getRelease
(List<Release> releases, String version) Get a release with the specified version from the list of releases.Modifier and TypeMethodDescriptionChangesXML.getReleaseList()
Returns the current value of theChangesXML.releaseList
attribute.IssueAdapter.getReleases
(List<Issue> issues) Adapt aList
ofIssue
s to aList
ofRelease
s.ReleaseUtils.mergeReleases
(List<Release> releases, String componentName, List<Release> componentReleases) Merge releases from parent component with releases from child component.ReleaseUtils.mergeReleases
(List<Release> firstReleases, List<Release> secondReleases) Merge releases from one issue tracker with releases from another issue tracker.Modifier and TypeMethodDescriptionvoid
Extract a feed and export it to a Writer.static Release
ReleaseUtils.getLatestRelease
(List<Release> releases, String pomVersion) Get the latest release by matching the supplied releases with the version from the pom.protected static Release
ReleaseUtils.getRelease
(List<Release> releases, String version) Get a release with the specified version from the list of releases.ReleaseUtils.mergeReleases
(List<Release> releases, String componentName, List<Release> componentReleases) Merge releases from parent component with releases from child component.ReleaseUtils.mergeReleases
(List<Release> firstReleases, List<Release> secondReleases) Merge releases from one issue tracker with releases from another issue tracker.void
ChangesXML.setReleaseList
(List<Release> releaseList) Sets theChangesXML.releaseList
attribute.static String
-
Uses of Release in org.apache.maven.plugins.changes.announcement
Modifier and TypeMethodDescriptionAnnouncementMojo.getGitHubReleases()
AnnouncementMojo.getJiraReleases()
AnnouncementMojo.getTracReleases()
Modifier and TypeMethodDescriptionprotected void
AnnouncementMojo.doGenerate
(List<Release> releases, Release release) Modifier and TypeMethodDescriptionvoid
AnnouncementMojo.doGenerate
(List<Release> releases) Add the parameters to velocity contextprotected void
AnnouncementMojo.doGenerate
(List<Release> releases, Release release) -
Uses of Release in org.apache.maven.plugins.changes.model
Modifier and TypeMethodDescriptionvoid
AbstractRelease.addComponent
(String name, Release release) void
Body.addRelease
(Release release) Method addRelease.void
Body.removeRelease
(Release release) Method removeRelease.Modifier and TypeMethodDescriptionvoid
Body.setReleases
(List<Release> releases) Set the list of releases for this project.