Class TaskRunNpmInstall.Stats
java.lang.Object
io.jmix.flowui.devserver.frontend.TaskRunNpmInstall.Stats
- Enclosing class:
- TaskRunNpmInstall
Container for npm installation statistics.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the time spent doing cleanup beforenpm install
.long
Gets the time spent runningnpm install
.Gets the package manager used for installation.
-
Method Details
-
getInstallTimeMs
public long getInstallTimeMs()Gets the time spent runningnpm install
.- Returns:
- the time in milliseconds
-
getCleanupTimeMs
public long getCleanupTimeMs()Gets the time spent doing cleanup beforenpm install
.- Returns:
- the time in milliseconds
-
getPackageManager
Gets the package manager used for installation.- Returns:
- the name of the package manager
-