Maven Test Performance
data class MavenTestPerformance(@Json(name = "tests" ) val tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime" ) val serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration" ) val testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals" ) val testGoals: List<TestPerformanceGoal>)
Test performance metrics of a Maven build.
Parameters
tests
serial Test Goals Execution Time
The sum of the serial execution times in millis of test goals run in the build.
test Acceleration
test Goals
Constructors
Link copied to clipboard
constructor(@Json(name = "tests" ) tests: BuildTestPerformanceTests, @Json(name = "serialTestGoalsExecutionTime" ) serialTestGoalsExecutionTime: Long, @Json(name = "testAcceleration" ) testAcceleration: TestPerformanceBuildTestAcceleration, @Json(name = "testGoals" ) testGoals: List<TestPerformanceGoal>)