|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Release | |
---|---|
org.apache.maven.plugin.announcement | |
org.apache.maven.plugin.changes | |
org.apache.maven.plugins.changes.model |
Uses of Release in org.apache.maven.plugin.announcement |
---|
Methods in org.apache.maven.plugin.announcement that return types with arguments of type Release | |
---|---|
protected List<Release> |
AnnouncementMojo.getGitHubReleases()
|
protected List<Release> |
AnnouncementMojo.getJiraReleases()
|
protected List<Release> |
AnnouncementMojo.getTracReleases()
|
Methods in org.apache.maven.plugin.announcement with parameters of type Release | |
---|---|
protected void |
AnnouncementMojo.doGenerate(List<Release> releases,
Release release)
|
Method parameters in org.apache.maven.plugin.announcement with type arguments of type Release | |
---|---|
void |
AnnouncementMojo.doGenerate(List<Release> releases)
Add the parameters to velocity context |
protected void |
AnnouncementMojo.doGenerate(List<Release> releases,
Release release)
|
Uses of Release in org.apache.maven.plugin.changes |
---|
Methods in org.apache.maven.plugin.changes that return Release | |
---|---|
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. |
Methods in org.apache.maven.plugin.changes that return types with arguments of type Release | |
---|---|
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. |
Methods in org.apache.maven.plugin.changes with parameters of type Release | |
---|---|
protected void |
ReleaseUtils.logRelease(Release release)
|
Method parameters in org.apache.maven.plugin.changes with type arguments of type Release | |
---|---|
void |
FeedGenerator.export(List<Release> releases,
String feedType,
Writer writer)
Extract a feed and export it to a Writer. |
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. |
static String |
ReleaseUtils.toString(List<Release> releases)
|
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 Release | |
---|---|
List<Release> |
Body.getReleases()
Method getReleases. |
Methods in org.apache.maven.plugins.changes.model with parameters of type Release | |
---|---|
void |
Release.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 Release | |
---|---|
void |
Body.setReleases(List<Release> releases)
Set the list of releases for this project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |