TestPerformanceWorkUnitTestDistribution
data class TestPerformanceWorkUnitTestDistribution( @Json(name = "usageStatus") val usageStatus: TestAccelerationFeatureUsageStatus, @Json(name = "wallClockSavings") val wallClockSavings: Long?, @Json(name = "remoteTestClassesCount") val remoteTestClassesCount: Int? = null)
Test Distribution related data of a work unit.
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.
remoteTestClassesCount
The number of test classes that have been executed remotely by Test Distribution. Null if Test Distribution was disabled / unavailable.