public class BuildFailure extends BuildSummary
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
cause
The cause of the build failure.
|
| Constructor and Description |
|---|
BuildFailure(MavenProject project,
long time,
java.lang.Throwable cause)
Creates a new build summary for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Gets the cause of the build failure.
|
getProject, getTimepublic BuildFailure(MavenProject project, long time, java.lang.Throwable cause)
project - The project being summarized, must not be null.time - The build time of the project in milliseconds.cause - The cause of the build failure, may be null.