MavenTestPerformance

constructor(@Json(name = "tests") tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime") serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration") testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals") testGoals: List<TestPerformanceGoal>)

Parameters

tests
serialTestGoalsExecutionTime

The sum of the serial execution times in millis of test goals run in the build.

testAcceleration
testGoals