MavenTestPerformance
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
serialTestGoalsExecutionTime
The sum of the serial execution times in millis of test goals run in the build.
testAcceleration
testGoals
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>)