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