BuildFailuresQuery

constructor(@Json(name = "availabilityWaitTimeoutSecs") availabilityWaitTimeoutSecs: Int? = null, @Json(name = "maxFailures") maxFailures: Int? = 100)

Parameters

availabilityWaitTimeoutSecs

The time in seconds the server should wait for ingestion before returning a wait timeout response.

maxFailures

The maximum number of failures to return for each failure list independently. This limit applies separately to the buildFailures and testFailures lists.