| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.execution.BuildSummary
public abstract class BuildSummary
Summarizes the result of a project build in the reactor.
| Constructor Summary | |
|---|---|
| protected  | BuildSummary(MavenProject project,
             long time)Creates a new build summary for the specified project. | 
| Method Summary | |
|---|---|
|  MavenProject | getProject()Gets the project being summarized. | 
|  long | getTime()Gets the build time of the project in milliseconds. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected BuildSummary(MavenProject project,
                       long time)
project - The project being summarized, must not be null.time - The build time of the project in milliseconds.| Method Detail | 
|---|
public MavenProject getProject()
null.public long getTime()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||