org.apache.maven.execution
Class BuildSuccess

java.lang.Object
  extended by org.apache.maven.execution.BuildSummary
      extended by org.apache.maven.execution.BuildSuccess

public class BuildSuccess
extends BuildSummary

Summarizes the result of a successful project build in the reactor.

Author:
Benjamin Bentmann

Constructor Summary
BuildSuccess(MavenProject project, long time)
          Creates a new build summary for the specified project.
 
Method Summary
 
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

BuildSuccess

public BuildSuccess(MavenProject project,
                    long time)
Creates a new build summary for the specified project.

Parameters:
project - The project being summarized, must not be null.
time - The build time of the project in milliseconds.


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.