|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.execution.BuildSummary
org.apache.maven.execution.BuildFailure
public class BuildFailure
Summarizes the result of a failed project build in the reactor.
Constructor Summary | |
---|---|
BuildFailure(MavenProject project,
long time,
java.lang.Throwable cause)
Creates a new build summary for the specified project. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Gets the cause of the build failure. |
Methods inherited from class org.apache.maven.execution.BuildSummary |
---|
getProject, getTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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
.Method Detail |
---|
public java.lang.Throwable getCause()
null
if unknown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |