TestPerformanceBuildTestDistribution

data class TestPerformanceBuildTestDistribution(@Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?)

Test Distribution related data of a build.

Parameters

usageStatus
wallClockSavings

The wall-clock savings in milliseconds, which can be negative. Negative values indicate that it took more time to make the Test Distribution request, than it would have taken to directly execute the tests.

Constructors

Link copied to clipboard
constructor(@Json(name = "usageStatus") usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") wallClockSavings: Long?)

Properties

Link copied to clipboard