Class BuildSuccess


  • public class BuildSuccess
    extends BuildSummary
    Summarizes the result of a successful project build in the reactor.
    Author:
    Benjamin Bentmann
    • 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.