primaryCause
Returns the value of the
primaryCause record component.- Returns:
- the value of the
primaryCauserecord component
shardId - shard identifier (blob directory name)primaryCause - deterministic primary cause nameconfidence - deterministic confidence namefailingAttempts - failed or broken attempt count reported by the shard's doctor run - retry-hidden failure count reported by the shard's doctor runrecurringFailures - recurring failure count reported by the shard's doctor runsummary - concise per-shard doctor summaryExecutionIntelligence digest, reduced to the fields useful for
cross-shard doctor-triage aggregation in the merged speedboard -- SHAFT's differentiator over
Playwright's plain merge-reports, which carries no failure intelligence.ShardIntelligence(String shardId,
String primaryCause,
String confidence,
int failingAttempts,
int hiddenRetryFailures,
int recurringFailures,
String summary) ShardIntelligence record class.confidence record component.final booleanintfailingAttempts record component.final inthashCode()inthiddenRetryFailures record component.primaryCause record component.intrecurringFailures record component.shardId()shardId record component.summary()summary record component.final StringtoString()ShardIntelligence record class.shardId - the value for the shardId record componentprimaryCause - the value for the primaryCause record componentconfidence - the value for the confidence record componentfailingAttempts - the value for the failingAttempts record componenthiddenRetryFailures - the value for the hiddenRetryFailures record componentrecurringFailures - the value for the recurringFailures record componentsummary - the value for the summary record componentObjects::equals(Object,Object); primitive components are compared with the compare method from their corresponding wrapper classes.primaryCause record component.primaryCause record componentconfidence record component.confidence record componentfailingAttempts record component.failingAttempts record componentrecurringFailures record component.recurringFailures record component