Uses of Class
org.apache.maven.execution.BuildSummary
Packages that use BuildSummary
-
Uses of BuildSummary in org.apache.maven.execution
Subclasses of BuildSummary in org.apache.maven.executionModifier and TypeClassDescriptionclass
Summarizes the result of a failed project build in the reactor.class
Summarizes the result of a successful project build in the reactor.Methods in org.apache.maven.execution that return BuildSummaryModifier and TypeMethodDescriptionDefaultMavenExecutionResult.getBuildSummary
(MavenProject project) MavenExecutionResult.getBuildSummary
(MavenProject project) Gets the build summary for the specified project.Methods in org.apache.maven.execution with parameters of type BuildSummaryModifier and TypeMethodDescriptionvoid
DefaultMavenExecutionResult.addBuildSummary
(BuildSummary summary) void
MavenExecutionResult.addBuildSummary
(BuildSummary summary) Add the specified build summary.