Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWallTime (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/execution/BuildSummary.java

        public long getTime() {
            return execTime.toMillis();
        }
    
        /**
         * Gets the wall time of the project.
         *
         * @return The wall time of the project.
         */
        public Duration getWallTime() {
            return wallTime;
        }
    
        /**
         * Gets the exec time of the project.
         *
         * @return The exec time of the project.
         */
        public Duration getExecTime() {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Dec 12 11:02:17 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top