failedExecutions property

List<RepositoryTriggerExecutionFailure>? failedExecutions
final

The list of triggers that were not tested. This list provides the names of the triggers that could not be tested, separated by commas.

Implementation

final List<RepositoryTriggerExecutionFailure>? failedExecutions;