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 ReleaseReleaseUtils.getLatestRelease(List<Release> releases, String pomVersion) Get the latest release by matching the supplied releases with the version from the pom.protected static ReleaseReleaseUtils.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.releaseListattribute.IssueAdapter.getReleases(List<Issue> issues) Adapt aListofIssues to aListofReleases.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 TypeMethodDescriptionvoidExtract a feed and export it to a Writer.static ReleaseReleaseUtils.getLatestRelease(List<Release> releases, String pomVersion) Get the latest release by matching the supplied releases with the version from the pom.protected static ReleaseReleaseUtils.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.voidChangesXML.setReleaseList(List<Release> releaseList) Sets theChangesXML.releaseListattribute.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 voidAnnouncementMojo.doGenerate(List<Release> releases, Release release) Method parameters in org.apache.maven.plugins.changes.announcement with type arguments of type ReleaseModifier and TypeMethodDescriptionvoidAnnouncementMojo.doGenerate(List<Release> releases) Add the parameters to velocity contextprotected voidAnnouncementMojo.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 TypeMethodDescriptionvoidAbstractRelease.addComponent(String name, Release release) voidBody.addRelease(Release release) Method addRelease.voidBody.removeRelease(Release release) Method removeRelease.Method parameters in org.apache.maven.plugins.changes.model with type arguments of type ReleaseModifier and TypeMethodDescriptionvoidBody.setReleases(List<Release> releases) Set the list of releases for this project.