FailureGroup

constructor(@Json(name = "type") type: FailureType, @Json(name = "failureCount") failureCount: Long, @Json(name = "firstOccurrence") firstOccurrence: OffsetDateTime, @Json(name = "lastOccurrence") lastOccurrence: OffsetDateTime, @Json(name = "exampleFailure") exampleFailure: Failure, @Json(name = "buildIds") buildIds: List<String>)

Parameters

type
failureCount

The number of failures in this group.

firstOccurrence

The timestamp of the first occurrence of this failure group. This is the timestamp of the earliest failure that belongs to this group and therefore may be outside the time range of the query.

lastOccurrence

The timestamp of the last occurrence of this failure group. This is the timestamp of the latest failure that belongs to this group and therefore may be outside the time range of the query.

exampleFailure
buildIds

Build Scan IDs for builds that contain failures that belong to this failure group.