Interface MavenExecutionResult

    • Method Detail

      • getTopologicallySortedProjects

        java.util.List<MavenProject> getTopologicallySortedProjects()
        Returns:
        the sorted list, or an empty list if there are no projects.
      • getExceptions

        java.util.List<java.lang.Throwable> getExceptions()
      • hasExceptions

        boolean hasExceptions()
      • getBuildSummary

        BuildSummary getBuildSummary​(MavenProject project)
        Gets the build summary for the specified project.
        Parameters:
        project - The project to get the build summary for, must not be null.
        Returns:
        The build summary for the project or null if the project has not been built (yet).
      • addBuildSummary

        void addBuildSummary​(BuildSummary summary)
        Add the specified build summary.
        Parameters:
        summary - The build summary to add, must not be null.