TestRepositoryTriggersOutput constructor

TestRepositoryTriggersOutput({
  1. List<RepositoryTriggerExecutionFailure>? failedExecutions,
  2. List<String>? successfulExecutions,
})

Implementation

TestRepositoryTriggersOutput({
  this.failedExecutions,
  this.successfulExecutions,
});