public abstract class BuildSummary
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private MavenProject |
project
The project being summarized.
|
private long |
time
The build time of the project in milliseconds.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BuildSummary(MavenProject project,
long time)
Creates a new build summary for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
MavenProject |
getProject()
Gets the project being summarized.
|
long |
getTime()
Gets the build time of the project in milliseconds.
|
private final MavenProject project
private final long time
protected BuildSummary(MavenProject project, long time)
project - The project being summarized, must not be null.time - The build time of the project in milliseconds.public MavenProject getProject()
null.public long getTime()