Uses of Class
org.apache.maven.execution.BuildSummary

Packages that use BuildSummary
org.apache.maven.execution   
 

Uses of BuildSummary in org.apache.maven.execution
 

Subclasses of BuildSummary in org.apache.maven.execution
 class BuildFailure
          Summarizes the result of a failed project build in the reactor.
 class BuildSuccess
          Summarizes the result of a successful project build in the reactor.
 

Methods in org.apache.maven.execution that return BuildSummary
 BuildSummary MavenExecutionResult.getBuildSummary(MavenProject project)
          Gets the build summary for the specified project.
 BuildSummary DefaultMavenExecutionResult.getBuildSummary(MavenProject project)
           
 

Methods in org.apache.maven.execution with parameters of type BuildSummary
 void MavenExecutionResult.addBuildSummary(BuildSummary summary)
          Add the specified build summary.
 void DefaultMavenExecutionResult.addBuildSummary(BuildSummary summary)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.