Uses of Class
org.apache.maven.plugins.changes.model.Release

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 with parameters of type Release
protected  void AnnouncementMojo.doGenerate(List 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 releases, String pomVersion)
          Get the latest release by matching the supplied releases with the version from the pom.
protected  Release ReleaseUtils.getRelease(List releases, String version)
          Get a release with the specified version from the list of releases.
 

Methods in org.apache.maven.plugin.changes with parameters of type Release
protected  void ReleaseUtils.logRelease(Release release)
           
 

Uses of Release in org.apache.maven.plugins.changes.model
 

Methods in org.apache.maven.plugins.changes.model with parameters of type Release
 void Body.addRelease(Release release)
          Method addRelease.
 void Body.removeRelease(Release release)
          Method removeRelease.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.