addRows method

void addRows(
  1. Iterable<DeployAttempt> attempts
)

Implementation

void addRows(final Iterable<DeployAttempt> attempts) {
  attempts.mapIndexed(_tableRowFromDeployAttempt).forEach(addRow);
}