Maven Build Execution Time Breakdown
constructor(@Json(name = "total" ) total: Long, @Json(name = "goalExecution" ) goalExecution: Long? = null, @Json(name = "endOfBuild" ) endOfBuild: Long? = null)
Parameters
total
The elapsed time from the start of the execution of the first project to the end of the build in milliseconds.
goal Execution
The elapsed time from the start of the execution of the first project to the end of the execution of the last project in milliseconds. null
if the build failed before the goal execution phase.
end Of Build
The elapsed time from the end of the execution of the last project to the end of the build in milliseconds. null
if the build failed before the end of build phase.