Uses of Class
org.apache.maven.plugins.changes.model.Release
Packages that use Release
Package
Description
-
Uses of Release in org.apache.maven.plugins.changes
Methods in org.apache.maven.plugins.changes that return ReleaseModifier 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.Methods in org.apache.maven.plugins.changes that return types with arguments of type ReleaseModifier 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.Methods in org.apache.maven.plugins.changes with parameters of type ReleaseMethod parameters in org.apache.maven.plugins.changes with type arguments of type ReleaseModifier 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
Methods in org.apache.maven.plugins.changes.announcement that return types with arguments of type ReleaseModifier and TypeMethodDescriptionAnnouncementMojo.getGitHubReleases()
AnnouncementMojo.getJiraReleases()
AnnouncementMojo.getTracReleases()
Methods in org.apache.maven.plugins.changes.announcement with parameters of type ReleaseModifier and TypeMethodDescriptionprotected void
AnnouncementMojo.doGenerate
(List<Release> releases, Release release) Method parameters in org.apache.maven.plugins.changes.announcement with type arguments of type ReleaseModifier 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
Methods in org.apache.maven.plugins.changes.model that return types with arguments of type ReleaseMethods in org.apache.maven.plugins.changes.model with parameters of type ReleaseModifier and TypeMethodDescriptionvoid
AbstractRelease.addComponent
(String name, Release release) void
Body.addRelease
(Release release) Method addRelease.void
Body.removeRelease
(Release release) Method removeRelease.Method parameters in org.apache.maven.plugins.changes.model with type arguments of type ReleaseModifier and TypeMethodDescriptionvoid
Body.setReleases
(List<Release> releases) Set the list of releases for this project.