public abstract class BuildSummary extends Object
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.
|
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()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.