Package | Description |
---|---|
org.apache.maven.plugin.announcement | |
org.apache.maven.plugin.changes | |
org.apache.maven.plugins.changes.model |
Modifier and Type | Method and Description |
---|---|
protected List<Release> |
AnnouncementMojo.getJiraReleases() |
protected List<Release> |
AnnouncementMojo.getTracReleases() |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnouncementMojo.doGenerate(List<Release> releases,
Release release) |
Modifier and Type | Method and Description |
---|---|
void |
AnnouncementMojo.doGenerate(List<Release> releases)
Add the parameters to velocity context
|
protected void |
AnnouncementMojo.doGenerate(List<Release> releases,
Release release) |
Modifier and Type | Method and Description |
---|---|
Release |
ReleaseUtils.getLatestRelease(List<Release> releases,
String pomVersion)
Get the latest release by matching the supplied releases
with the version from the pom.
|
protected Release |
ReleaseUtils.getRelease(List<Release> releases,
String version)
Get a release with the specified version from the list of releases.
|
Modifier and Type | Method and Description |
---|---|
List<Release> |
ReleaseUtils.convertReleaseList(List changesReleases)
Convert an untyped List of Release objects that comes from changes.xml
into a typed List of Release objects.
|
List<Release> |
IssueAdapter.getReleases(List<Issue> issues)
Adapt a
List of Issue s to a List of Release s. |
List<Release> |
ReleaseUtils.mergeReleases(List<Release> firstReleases,
List<Release> secondReleases)
Merge releases from one issue tracker with releases from another issue
tracker.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReleaseUtils.logRelease(Release release) |
Modifier and Type | Method and Description |
---|---|
Release |
ReleaseUtils.getLatestRelease(List<Release> releases,
String pomVersion)
Get the latest release by matching the supplied releases
with the version from the pom.
|
protected Release |
ReleaseUtils.getRelease(List<Release> releases,
String version)
Get a release with the specified version from the list of releases.
|
List<Release> |
ReleaseUtils.mergeReleases(List<Release> firstReleases,
List<Release> secondReleases)
Merge releases from one issue tracker with releases from another issue
tracker.
|
List<Release> |
ReleaseUtils.mergeReleases(List<Release> firstReleases,
List<Release> secondReleases)
Merge releases from one issue tracker with releases from another issue
tracker.
|
Modifier and Type | Method and Description |
---|---|
List<Release> |
Body.getReleases()
Method getReleases.
|
Modifier and Type | Method and Description |
---|---|
void |
Release.addComponent(String name,
Release release) |
void |
Body.addRelease(Release release)
Method addRelease.
|
void |
Body.removeRelease(Release release)
Method removeRelease.
|
Modifier and Type | Method and Description |
---|---|
void |
Body.setReleases(List<Release> releases)
Set the list of releases for this project.
|
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.