withStartedAt method
Implementation
DeployAttemptBuilder withStartedAt(final DateTime? startedAt) {
_startedAt = startedAt;
return this;
}
DeployAttemptBuilder withStartedAt(final DateTime? startedAt) {
_startedAt = startedAt;
return this;
}