public class BuildFailure extends BuildSummary
| Constructor and Description | 
|---|
BuildFailure(MavenProject project,
                        long time,
                        Throwable cause)
Creates a new build summary for the specified project. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()
Gets the cause of the build failure. 
 | 
getProject, getTimepublic BuildFailure(MavenProject project, long time, 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.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.