| Package | Description |
|---|---|
| org.apache.maven.execution |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<MavenProject,BuildSummary> |
DefaultMavenExecutionResult.buildSummaries |
| Modifier and Type | Method and Description |
|---|---|
BuildSummary |
DefaultMavenExecutionResult.getBuildSummary(MavenProject project) |
BuildSummary |
MavenExecutionResult.getBuildSummary(MavenProject project)
Gets the build summary for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMavenExecutionResult.addBuildSummary(BuildSummary summary) |
void |
MavenExecutionResult.addBuildSummary(BuildSummary summary)
Add the specified build summary.
|