- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getWallTime (0.05 seconds)
-
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() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 3K bytes - Click Count (0)