Failure Group
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
failure Count
The number of failures in this group.
first Occurrence
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.
last Occurrence
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.
example Failure
build Ids
Build Scan IDs for builds that contain failures that belong to this failure group.